Skip to content

Commit 9baad86

Browse files
houjun41544k8s-ci-robot
authored andcommitted
Add StorageObjectInUseProtection to the default enabled admission plugins (#16261)
1 parent 2ded739 commit 9baad86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ To see which admission plugins are enabled:
8989
kube-apiserver -h | grep enable-admission-plugins
9090
```
9191

92-
In 1.14, they are:
92+
In 1.15, they are:
9393

9494
```shell
95-
NamespaceLifecycle, LimitRanger, ServiceAccount, TaintNodesByCondition, Priority, DefaultTolerationSeconds, DefaultStorageClass, PersistentVolumeClaimResize, MutatingAdmissionWebhook, ValidatingAdmissionWebhook, ResourceQuota
95+
NamespaceLifecycle, LimitRanger, ServiceAccount, TaintNodesByCondition, Priority, DefaultTolerationSeconds, DefaultStorageClass, PersistentVolumeClaimResize, MutatingAdmissionWebhook, ValidatingAdmissionWebhook, ResourceQuota, StorageObjectInUseProtection
9696
```
9797

9898
## What does each admission controller do?

0 commit comments

Comments
 (0)