Add StorageObjectInUseProtection to the default enabled admission plugins (#16261)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2ded739ec1
commit
9baad86759
@@ -89,10 +89,10 @@ To see which admission plugins are enabled:
|
||||
kube-apiserver -h | grep enable-admission-plugins
|
||||
```
|
||||
|
||||
In 1.14, they are:
|
||||
In 1.15, they are:
|
||||
|
||||
```shell
|
||||
NamespaceLifecycle, LimitRanger, ServiceAccount, TaintNodesByCondition, Priority, DefaultTolerationSeconds, DefaultStorageClass, PersistentVolumeClaimResize, MutatingAdmissionWebhook, ValidatingAdmissionWebhook, ResourceQuota
|
||||
NamespaceLifecycle, LimitRanger, ServiceAccount, TaintNodesByCondition, Priority, DefaultTolerationSeconds, DefaultStorageClass, PersistentVolumeClaimResize, MutatingAdmissionWebhook, ValidatingAdmissionWebhook, ResourceQuota, StorageObjectInUseProtection
|
||||
```
|
||||
|
||||
## What does each admission controller do?
|
||||
|
||||
Reference in New Issue
Block a user