admin: update recommended admission controllers

pull/335/head
Cole Mickens 2016-04-06 18:24:00 -07:00
parent d956b20b4d
commit c003a0f4a4
1 changed files with 1 additions and 1 deletions

View File

@ -139,5 +139,5 @@ Yes.
For Kubernetes 1.0, we strongly recommend running the following set of admission control plug-ins (order matters):
```shell
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,PersistentVolumeLabel,ResoureQuota
```