add Priority to the list of recommended admission controllers (#12180)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9b55294ae4
commit
9c1248e467
@@ -634,7 +634,7 @@ For Kubernetes version 1.10 and later, we recommend running the following set of
|
|||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
--enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota
|
--enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,Priority,ResourceQuota
|
||||||
```
|
```
|
||||||
|
|
||||||
For Kubernetes 1.9 and earlier, we recommend running the following set of admission controllers using the `--admission-control` flag (**order matters**).
|
For Kubernetes 1.9 and earlier, we recommend running the following set of admission controllers using the `--admission-control` flag (**order matters**).
|
||||||
|
|||||||
Reference in New Issue
Block a user