Merge pull request #27559 from bridgetkromhout/typo-fix

"*-controller-manager" typo fix
This commit is contained in:
Kubernetes Prow Robot 2021-04-15 04:01:50 -07:00 committed by GitHub
commit 85d95733c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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"`.

View File

@ -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.

View File

@ -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.

View File

@ -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.