Skip to content

Commit 85d9573

Browse files
authored
Merge pull request #27559 from bridgetkromhout/typo-fix
"*-controller-manager" typo fix
2 parents 94b7814 + f7a0a0a commit 85d9573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ controllers. As mentioned before, the new controller is on by default starting
102102
from Kubernetes v1.21; if you want to check it out in the previous release (1.20),
103103
you can enable the `CronJobControllerV2`
104104
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
105-
for the kube-controller-manger: `--feature-gate="CronJobControllerV2=true"`.
105+
for the kube-controller-manager: `--feature-gate="CronJobControllerV2=true"`.

content/en/examples/admin/cloud/ccm-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
1+
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
22
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
33
# Note that this Daemonset will not work straight out of the box for your cloud, this is
44
# meant to be a guideline.

content/ja/examples/admin/cloud/ccm-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
1+
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
22
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
33
# Note that this Daemonset will not work straight out of the box for your cloud, this is
44
# meant to be a guideline.

content/zh/examples/admin/cloud/ccm-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is an example of how to setup cloud-controller-manger as a Daemonset in your cluster.
1+
# This is an example of how to setup cloud-controller-manager as a Daemonset in your cluster.
22
# It assumes that your masters can run pods and has the role node-role.kubernetes.io/master
33
# Note that this Daemonset will not work straight out of the box for your cloud, this is
44
# meant to be a guideline.

0 commit comments

Comments
 (0)