Skip to content

Commit 9c1248e

Browse files
bsalamatk8s-ci-robot
authored andcommitted
add Priority to the list of recommended admission controllers (kubernetes#12180)
1 parent 9b55294 commit 9c1248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ For Kubernetes version 1.10 and later, we recommend running the following set of
634634
{{< /note >}}
635635

636636
```shell
637-
--enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
637+
--enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,Priority,ResourceQuota
638638
```
639639

640640
For Kubernetes 1.9 and earlier, we recommend running the following set of admission controllers using the `--admission-control` flag (**order matters**).

0 commit comments

Comments
 (0)