From b545d393b6b4c344d694c5c097ce9035cb2e084b Mon Sep 17 00:00:00 2001 From: "Charlie R.C" Date: Mon, 24 Apr 2017 01:21:35 -0500 Subject: [PATCH] update recommend admission control plug-ins --- docs/admin/admission-controllers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 9b006a0c77b01..34c945655c2f5 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):