-
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
Add warning about using packaged kubeadm #5716
Add warning about using packaged kubeadm #5716
Conversation
Deploy preview ready! Built with commit eaa547a https://deploy-preview-5716--kubernetes-io-master-staging.netlify.com |
@@ -42,6 +42,13 @@ $ curl -sSL https://dl.k8s.io/release/${VERSION}/bin/linux/${ARCH}/kubeadm > /us | |||
$ chmod a+rx /usr/bin/kubeadm | |||
``` | |||
|
|||
NOTE: You will notice that `kubeadm` is also shipped in the Kubernetes |
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.
Note looks good, but could you toss in the relevant format structure for it so it stands out appropriately? (from https://kubernetes.io/docs/home/contribute/style-guide/ - )
format I think you want is:
**Note:** The prefix you use is the same text you use in the tag.
{: .note} <!-- This tag must appear on a new line. -->
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.
+1 (possibly worth being called out with the "caution" tag rather than the "note" tag)
@castrojo 👋 I'd like to make some edits for wording; would you please un-check and re-check the box to allow edits from maintainers? Thanks. |
@zacharysarah done, ptal! |
@castrojo Do the changes look good? If so, I think we're ready to merge. |
LGTM, thanks for the help! |
This adds a note to reinforce to users to use the upstream binary. See also #4689
This change is