Fix Typo - Initializer should be Initializers
Looking at the code, the right string to set in --admission-control would be `Initializers`: https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/initialization/initialization.go#L43
This commit is contained in:
committed by
Andrew Chen
parent
aaa7e8a948
commit
11238eea0e
@@ -81,7 +81,7 @@ perform its assigned task and remove its name from the list.
|
||||
*Initializers* is an alpha feature, so it is disabled by default. To turn it on,
|
||||
you need to:
|
||||
|
||||
* Include "Initializer" in the `--admission-control` flag when starting
|
||||
* Include "Initializers" in the `--admission-control` flag when starting
|
||||
`kube-apiserver`. If you have multiple `kube-apiserver` replicas, all should
|
||||
have the same flag setting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user