Merge pull request #27559 from bridgetkromhout/typo-fix
"*-controller-manager" typo fix
This commit is contained in:
commit
85d95733c2
|
@ -102,4 +102,4 @@ controllers. As mentioned before, the new controller is on by default starting
|
|||
from Kubernetes v1.21; if you want to check it out in the previous release (1.20),
|
||||
you can enable the `CronJobControllerV2`
|
||||
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
for the kube-controller-manger: `--feature-gate="CronJobControllerV2=true"`.
|
||||
for the kube-controller-manager: `--feature-gate="CronJobControllerV2=true"`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
|
||||
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
|
||||
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
|
||||
# Note that this Daemonset will not work straight out of the box for your cloud, this is
|
||||
# meant to be a guideline.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
|
||||
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
|
||||
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
|
||||
# Note that this Daemonset will not work straight out of the box for your cloud, this is
|
||||
# meant to be a guideline.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
|
||||
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
|
||||
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
|
||||
# Note that this Daemonset will not work straight out of the box for your cloud, this is
|
||||
# meant to be a guideline.
|
||||
|
|
Loading…
Reference in New Issue