update recommend admission control plug-ins

reviewable/pr3888/r1
Charlie R.C 2017-04-24 01:21:35 -05:00 committed by Andrew Chen
parent 4b5780c3e3
commit b545d393b6
1 changed files with 5 additions and 0 deletions

View File

@ -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):