Remove PersistentVolumeLabel from default admission controllers. (#7929)
PersistentVolumeLabel is now deprecated, we should remove it from default list.
This commit is contained in:
committed by
k8s-ci-robot
parent
4d04576958
commit
2a7f1d357e
@@ -592,7 +592,7 @@ Yes.
|
|||||||
For Kubernetes >= 1.9.0, we strongly recommend running the following set of admission controllers (order matters for 1.9 but not >1.10):
|
For Kubernetes >= 1.9.0, we strongly recommend running the following set of admission controllers (order matters for 1.9 but not >1.10):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
|
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
|
||||||
```
|
```
|
||||||
|
|
||||||
It's worth reiterating that in 1.9 and up, these happen in a mutating phase
|
It's worth reiterating that in 1.9 and up, these happen in a mutating phase
|
||||||
|
|||||||
Reference in New Issue
Block a user