From 43ed5b7d251af931d83d53f115abcf457b00905b Mon Sep 17 00:00:00 2001 From: rptaylor Date: Mon, 10 Jun 2019 16:00:22 -0700 Subject: [PATCH] add link to default admission controllers (#14808) --- .../reference/access-authn-authz/admission-controllers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/admission-controllers.md b/content/en/docs/reference/access-authn-authz/admission-controllers.md index cb6c7c7797..b3cf387d39 100644 --- a/content/en/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/admission-controllers.md @@ -622,9 +622,7 @@ versions 1.9 and later). ## Is there a recommended set of admission controllers to use? -Yes. - -For Kubernetes version 1.10 and later, the recommended admission controllers are enabled by default, so you do not need to explicitly specify them. You can enable additional admission controllers beyond the default set using the `--enable-admission-plugins` flag (**order doesn't matter**). +Yes. For Kubernetes version 1.10 and later, the recommended admission controllers are enabled by default (shown [here](/docs/reference/command-line-tools-reference/kube-apiserver/#options)), so you do not need to explicitly specify them. You can enable additional admission controllers beyond the default set using the `--enable-admission-plugins` flag (**order doesn't matter**). {{< note >}} `--admission-control` was deprecated in 1.10 and replaced with `--enable-admission-plugins`.