error execution phase preflight: couldn‘t validate the identity of the API Server: abort connecting
k8s
·
将工作节点加入集群报错:error execution phase preflight: couldn’t validate the identity of the API Server: abort connecting to API servers after timeout of 5m0s
原因:token 过期
解决方法:
#如果上面的令牌忘记了,或者新的node节点加入,在master上执行下面的命令,生成新的令牌
kubeadm token create --print-join-command
用新生成的token再次在工作节点执行
kubeadm join 192.168.124.13:6443 --token l9u5pi.1gayyedhjsa8uchn
--discovery-token-ca-cert-hash sha256:729d85453ae80664618f5278030833ad858e7608956276b8
--cri-socket unix:///var/run/cri-dockerd.sock
更多推荐
已为社区贡献2条内容
所有评论(0)