-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kudeadm: Replace "master" with "control plane node" #23847
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @devurandom! |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 239bae6 https://deploy-preview-23847--kubernetes-io-master-staging.netlify.app |
/assign @savitharaghunathan |
@@ -36,7 +36,7 @@ LoadBalancer, or with dynamic PersistentVolumes. | |||
For both methods you need this infrastructure: | |||
|
|||
- Three machines that meet [kubeadm's minimum requirements](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin) for | |||
the masters | |||
the control plane nodes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@devurandom control-plane
is more widely used, so better have with it with the dash in this document too:
https://github.com/kubernetes/website/search?q=%22control-plane%22&unscoped_q=%22control-plane%22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get 476 results for "control plane", which includes "control-plane": https://github.com/kubernetes/website/search?q=%22control+plane%22&unscoped_q=%22control+plane%22
And 205 results for "control-plane": https://github.com/kubernetes/website/search?q=%22control-plane%22&unscoped_q=%22control-plane%22
So it is actually quite even. I will undo the change from "control-plane" to "control plane" in this document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR. added one comment.
/sig cluster-lifecycle
i think we have "control-plane" more consistent in the kubeadm related pages, but it's also in the source code of kubeadm for user facing text: so my preference is "control-plane" for this change. |
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
Outdated
Show resolved
Hide resolved
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
Outdated
Show resolved
Hide resolved
Done in 4a78a30 |
Thanks. Please squash the commits to one. |
This replaces the word "master" with "control-plane node" in order to use more inclusive language. Also uses consistent wording / spelling in this context. References: kubernetes#21621 Suggested-by: Lubomir I. Ivanov <[email protected]>
Ping @neolit123 for tech review lgtm :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: savitharaghunathan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This replaces the word "master" with "control plane node" in order to use
more inclusive language.
Also uses consistent wording / spelling in this context.
References: #21621
Suggested-by: Lubomir I. Ivanov [email protected]