首页 > Web开发 > 详细

kubernetes集群:添加worker 报错“[kubelet-check] Initial timeout of 40s passed. error execution phase kubelet-start: error uploading crisocket: timed out waiting for the condition”

时间:2020-08-17 22:26:13      阅读:1460      评论:0      收藏:0      [点我收藏+]

解决报错的办法:

使用 reset命令清理之前加入的信息。
# kubeadm reset -f

技术分享图片

根据提示执行下:
# iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X

重新执行加入命令:

# kubeadm join apiserver.vonedao:6443 --token 3x6bt5.f10u0snqphbfbi5u     --discovery-token-ca-cert-hash sha256:4eeef1360b626e55a04f6e4bbeca9c79759946647c28619cda9fd478e9441111 

技术分享图片

kubernetes集群:添加worker 报错“[kubelet-check] Initial timeout of 40s passed. error execution phase kubelet-start: error uploading crisocket: timed out waiting for the condition”

原文:https://www.cnblogs.com/zoujiaojiao/p/13519618.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!