kubekey
kubekey copied to clipboard
如何修改节点的ip,因为集群换网卡了,ip发生了变化导致无法启动了
What is version of KubeKey has the issue?
3.0.12
What is your os environment?
centos7.9
KubeKey config file
No response
A clear and concise description of what happend.
如何修改节点的ip,因为集群换网卡了,ip发生了变化导致无法启动了。
Relevant log output
No response
Additional information
No response
1 kubectl delete node node1 2 vim config-sample.yaml //replace node1 ip 3 kk add node node1 -f config-sample.yaml