Skip to content

Commit

Permalink
Remove PersistentVolumeLabel from default admission controllers.
Browse files Browse the repository at this point in the history
PersistentVolumeLabel is now deprecated, we should remove it from
default list.
  • Loading branch information
gyliu513 committed Apr 1, 2018
1 parent e7bf128 commit 9867b0f
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 @@ -592,7 +592,7 @@ Yes.
For Kubernetes >= 1.9.0, we strongly recommend running the following set of admission controllers (order matters for 1.9 but not >1.10):

```shell
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
```

It's worth reiterating that in 1.9 and up, these happen in a mutating phase
Expand Down

0 comments on commit 9867b0f

Please sign in to comment.