-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 user guidance comment for executing drain and uncordon on control plane #44322
Conversation
/assign |
✅ 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.
adde two nits, the suggested changes are valid.
worker nodes don't have the admin.conf
/sig cluster-lifecycle
/triage accepted
content/en/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes.md
Outdated
Show resolved
Hide resolved
change this to |
… commands must be executed on a control plane node. Apply suggestions from code review Co-authored-by: Lubomir I. Ivanov <[email protected]>
598d0a6
to
3a13717
Compare
@neolit123 Thanks for your feedback. |
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
LGTM label has been added. Git tree hash: 4238ab9fed0d223615d1415e94b3a87f57be9269
|
/retitle Add user guidance comment for executing drain and uncordon on control plane |
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 fix, @adityasamant25 !
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divya-mohan0209 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 |
Fixes #44321
Added clear comments to specify that the
kubectl drain
andkubectl uncordon
commands must be executed on the controlplane node.Suggestions and feedback are welcome.
Best Regards,
Aditya