kubeadm join 超时 uploading crisocket: timed out waiting for the condition

swapoff -a    # will turn off the swap 
kubeadm reset
systemctl daemon-reload
systemctl restart kubelet
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X  # will reset iptables

  

原文地址:https://www.cnblogs.com/zhaojingyu/p/12146276.html