From f7a0a0a951ec80ec745018c92b1f7b9d5c45177b Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 14 Apr 2021 16:40:32 -0500 Subject: [PATCH] "*-controller-manager" typo fix I noticed a typo in a recent blog post, and a similar typo appears in the comments for some examples. This PR corrects these typos. Signed-off-by: Bridget Kromhout --- content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md | 2 +- content/en/examples/admin/cloud/ccm-example.yaml | 2 +- content/ja/examples/admin/cloud/ccm-example.yaml | 2 +- content/zh/examples/admin/cloud/ccm-example.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md b/content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md index d6a245cbf7..bb9214b027 100644 --- a/content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md +++ b/content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md @@ -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"`. diff --git a/content/en/examples/admin/cloud/ccm-example.yaml b/content/en/examples/admin/cloud/ccm-example.yaml index 20aafb31e5..3bce7b58fa 100644 --- a/content/en/examples/admin/cloud/ccm-example.yaml +++ b/content/en/examples/admin/cloud/ccm-example.yaml @@ -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. diff --git a/content/ja/examples/admin/cloud/ccm-example.yaml b/content/ja/examples/admin/cloud/ccm-example.yaml index 4c98162a70..96b7833174 100644 --- a/content/ja/examples/admin/cloud/ccm-example.yaml +++ b/content/ja/examples/admin/cloud/ccm-example.yaml @@ -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. diff --git a/content/zh/examples/admin/cloud/ccm-example.yaml b/content/zh/examples/admin/cloud/ccm-example.yaml index 20aafb31e5..3bce7b58fa 100644 --- a/content/zh/examples/admin/cloud/ccm-example.yaml +++ b/content/zh/examples/admin/cloud/ccm-example.yaml @@ -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.