Remove usage of PersistentVolumeLabel
in phases/controlplane/manifests*.go
#866
Labels
area/UX
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
This PR added usage of
--disable-admission-plugins=PersistentVolumeLabel
as an APIServer argument:kubernetes/kubernetes#64165
https://github.com/kubernetes/kubernetes/pull/64165/files#diff-366b1adfb12059a0ddf31d524e8827cbR145
it was done because we need to support 1.10 and because
--admission-control
is deprecated.TODO (do this on a later stage in 1.11, not now)
remove
PersistentVolumeLabel
as it's will be automatically disabled in v1.11:references:
kubernetes/kubernetes#64326
kubernetes/kubernetes#52618
kubernetes/kubernetes#52617
The text was updated successfully, but these errors were encountered: