add default enabled plugin PersistentVolumeClaimResize (#11527)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>pull/11547/head
parent
037eb2460e
commit
1a43f78b63
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue