K8S多MASTER 初始化[kubelet-check] Initial timeout of 40s passed报错

问题说明

多master 初始化失败,架构如下
K8S多MASTER 初始化[kubelet-check] Initial timeout of 40s passed报错

kubeadm init --apiserver-advertise-address=192.168.2.22 --image-repository registry.aliyuncs.com/google_containers --control-plane-endpoint=192.168.2.248 --kubernetes-version=v1.17.2 --service-cidr=10.1.0.0/16 --pod-network-cidr=10.244.0.0/16 --ignore-preflight-errors=Swap --service-dns-domain="my.master-1"

[kubelet-check] Initial timeout of 40s passed报错

解决方法

刚开始以为kubelet问题

实则proxy节点的问题,VIP是可以通的,但是就是超时

proxy 重启haproxy后恢复

systemctl restart haproxy

K8S多MASTER 初始化[kubelet-check] Initial timeout of 40s passed报错

上一篇:python基础操作以及变量运用


下一篇:unittest生成测试报告之BeautifulReport