解决加入k8s,报错

创建完集群后,过一阵再加入时遇到报错如下:

error execution phase preflight: couldn't validate the identity of the API Server: could not find a JWS signature in the cluster-info ConfigMap for token ID

token过期导致,创建一个新的即可,master:

kubeadm token create --print-join-command

参考:https://stackoverflow.com/questions/61352209/kubernetes-unable-to-join-a-remote-master-node

0 0 votes
文章评分
订阅
提醒
guest
0 评论
最旧
最新 得票最多