kubeadm join 超时报错 error execution phase kubelet-start: error uploading crisocket: timed out waiting for the condition

解决:

swapoff -a
kubeadm reset
systemctl daemon-reload
systemctl restart kubelet
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X  
posted @ 2019-11-12 11:30  司家勇  阅读(7719)  评论(0编辑  收藏  举报