Skip to content

Commit

Permalink
Merge pull request kubernetes#335 from colemickens/fix-admission-cont…
Browse files Browse the repository at this point in the history
…rollers

admin: update recommended admission controllers
  • Loading branch information
kelseyhightower authored Jul 28, 2016
2 parents e325b07 + c003a0f commit 143baf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ For Kubernetes >= 1.2.0, we strongly recommend running the following set of admi
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
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,PersistentVolumeLabel,ResoureQuota
```

0 comments on commit 143baf2

Please sign in to comment.