-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fix typo in kubeadm-config v1beta4 config reference #45709
Fix typo in kubeadm-config v1beta4 config reference #45709
Conversation
When adding formatting to the controlPlaneEndpoint config reference for kubeadm-config v1beta4 it appears the first letter of the value was accidentally dropped. This adds it back in the two places where this happened. Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
/assign @tengqm
#45602 (comment)
v1beta4 is WIP and not enabled in code.
it's there in the folder but kubeadm will throw an error if it's used.
@stmcginnis @tengqm can we put a note about that on top of this MD?
also would this note be auto-removed when the MD is generated on next release when v1beta4 is actually active?
/sig cluster-lifecycle |
/lgtm This was a typo introduced by me. The source used for reference generation wasn't from k8s.io/kubernetes/cmd/kubeadm package, because I have fixed the kubeadm type definition source code. This one can be safely kicked in. |
LGTM label has been added. Git tree hash: 2ddd6055e4fc92e23eae0bc6b1167b5b117004f2
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
When adding formatting to the controlPlaneEndpoint config reference for kubeadm-config v1beta4 it appears the first letter of the value was accidentally dropped. This adds it back in the two places where this happened.
My guess is adding the "c" in the
<code>
block in 7451649 accidentally picked up the leading "c" from the name.Closes: #45602