This commit is contained in:
fqsghostcloud
2018-10-09 15:20:48 +08:00
committed by k8s-ci-robot
parent 0478f4e565
commit fac3b102a7
@@ -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 >}}