Skip to content

Commit

Permalink
add Priority to the list of recommended admission controllers (kubern…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsalamat authored and k8s-ci-robot committed Jan 15, 2019
1 parent 9b55294 commit 9c1248e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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**).
Expand Down

0 comments on commit 9c1248e

Please sign in to comment.