add default enabled plugin PersistentVolumeClaimResize (#11527)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
pull/11547/head
Jintao Zhang 2018-12-05 22:20:33 +08:00 committed by Kubernetes Prow Robot
parent 037eb2460e
commit 1a43f78b63
1 changed files with 2 additions and 2 deletions

View File

@ -89,10 +89,10 @@ To see which admission plugins are enabled:
kube-apiserver -h | grep enable-admission-plugins
```
In 1.11, they are:
In 1.13, they are:
```shell
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota,Priority
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeClaimResize,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota,Priority
```
## What does each admission controller do?