diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 9b006a0c77..34c945655c 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -271,6 +271,11 @@ for more information. ## Is there a recommended set of plug-ins to use? Yes. +For Kubernetes >= 1.6.0, we strongly recommend running the following set of admission control plug-ins (order matters): + +```shell +--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds +``` For Kubernetes >= 1.4.0, we strongly recommend running the following set of admission control plug-ins (order matters):