error uploading crisocket: timed out waiting for the conditionswapoff -a # will turn off the swap

  • Post author:
  • Post category:其他



缘由:用腾讯云服务器作为kubernets的master初始化后会得到内网IP,我这里将腾讯云服务器作为边缘节点解决问题。

但是还是出现超时的问题。

解决方案:

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://stackoverflow.com/questions/53525975/kubernetes-error-uploading-crisocket-timed-out-waiting-for-the-condition



版权声明:本文为qq_34276797原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。