mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #79648 from tnqn/kubeadm
Fix descriptions of kubeadm
This commit is contained in:
commit
2aacecb8d7
@ -31,7 +31,7 @@ import (
|
||||
var (
|
||||
bootstrapTokenLongDesc = cmdutil.LongDesc(`
|
||||
Bootstrap tokens are used for establishing bidirectional trust between a node joining
|
||||
the cluster and a the control-plane node.
|
||||
the cluster and a control-plane node.
|
||||
|
||||
This command makes all the configurations required to make bootstrap tokens works
|
||||
and then creates an initial token.
|
||||
|
@ -42,9 +42,7 @@ import (
|
||||
var (
|
||||
iptablesCleanupInstructions = dedent.Dedent(`
|
||||
The reset process does not reset or clean up iptables rules or IPVS tables.
|
||||
If you wish to reset iptables, you must do so manually.
|
||||
For example:
|
||||
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X
|
||||
If you wish to reset iptables, you must do so manually by using the "iptables" command.
|
||||
|
||||
If your cluster was setup to utilize IPVS, run ipvsadm --clear (or similar)
|
||||
to reset your system's IPVS tables.
|
||||
|
Loading…
Reference in New Issue
Block a user