-
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
kubeadm-reset: add notes about more manual cleanup steps #49448
base: main
Are you sure you want to change the base?
kubeadm-reset: add notes about more manual cleanup steps #49448
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @SataQiu @pacoxu @carlory |
### Network traffic assets cleanup | ||
|
||
The `kubeadm reset` command does not clean any iptables, nftables or IPVS assets applied |
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.
changing 'traffic assets' to 'traffic rules', despite IPVS using 'tables', afaik.
e0905eb
to
d0e97a5
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
d0e97a5
to
79af26c
Compare
currently the
kubeadm reset
command when finished prints the following:instead of printing that information from the CLI we should keep it document at the website and link to the reset page from the output of the command.
xref
kube-proxy --cleanup
#49445