#排空
kubectl drain <node name> --delete-local-data --force --ignore-daemonsets
#重置
kubeadm reset
#清除iptables和ipvs
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X && ipvsadm -C
删除节点
kubectl delete node <node name>

相关文章:

  • 2021-06-10
  • 2021-07-03
  • 2021-07-23
  • 2021-05-29
  • 2021-06-10
  • 2021-10-02
  • 2021-11-21
  • 2021-07-26
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2019-08-07
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案