add Priority to the list of recommended admission controllers (#12180)

pull/12229/head
Babak "Bobby" Salamat 2019-01-14 23:23:52 -08:00 committed by Kubernetes Prow Robot
parent 9b55294ae4
commit 9c1248e467
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ For Kubernetes version 1.10 and later, we recommend running the following set of
{{< /note >}}
```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**).