From 2a7f1d357e7cd4ba2e6b00e85aceb18a7311750b Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Sun, 1 Apr 2018 22:38:02 +0800 Subject: [PATCH] Remove PersistentVolumeLabel from default admission controllers. (#7929) PersistentVolumeLabel is now deprecated, we should remove it from default list. --- docs/admin/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 6a88e6b17a..9d12a220f6 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -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): ```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