Skip to content

Commit

Permalink
update recommend admission control plug-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
xilabao authored and chenopis committed May 24, 2017
1 parent 4b5780c commit b545d39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit b545d39

Please sign in to comment.