diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 3af012fea7..59e998b83d 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -136,7 +136,13 @@ namespace. In order to enforce integrity of that process, we strongly recommend Yes. -For Kubernetes 1.0, we strongly recommend running the following set of admission control plug-ins (order matters): +For Kubernetes >= 1.2.0, we strongly recommend running the following set of admission control plug-ins (order matters): + +```shell +--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota +``` + +For Kubernetes >= 1.0.0, we strongly recommend running the following set of admission control plug-ins (order matters): ```shell --admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota