1 重置

swapoff -a && kubeadm reset  && systemctl daemon-reload && systemctl restart kubelet  && iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X

2 加入,找到自己的join语句

kubeadm join 172.29.251.182:6443 --token lozd7a.fi4ow66z5sqkoprp     --discovery-token-ca-cert-hash sha256:24e583379140bdd765f3afc31783146a07420d5d6cbaf3df63d2f71a7cd7ac67

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-01-19
  • 2021-12-24
  • 2022-03-01
  • 2022-01-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案