From fac3b102a7dc09129195c9c39db8b44dec10d345 Mon Sep 17 00:00:00 2001 From: fqsghostcloud Date: Tue, 9 Oct 2018 15:20:48 +0800 Subject: [PATCH] fix typo (#10545) --- .../docs/reference/access-authn-authz/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1dabb38254..9eee5a89e8 100644 --- a/content/en/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/admission-controllers.md @@ -62,7 +62,7 @@ For example, the following command line enables the `NamespaceLifecycle` and the admission control plugins: ```shell -kube-apiserver --enable-admission-plugins=NamespaceLifecyle,LimitRanger ... +kube-apiserver --enable-admission-plugins=NamespaceLifecycle,LimitRanger ... ``` {{< note >}}