首页 » DevOps » kubernetes » kubeadm join报错证书过期解决

kubeadm join报错证书过期解决

 

从节点加入集群时,报错证书过期,完整报错如下:

error execution phase preflight: couldn't validate the identity of the API Server: Get https://10.10.10.10:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s: x509: certificate has expired or is not yet valid
To see the stack trace of this error execute with --v=5 or higher

报错原因两种可能:

1、时间错误

本地时间错误同样会导致证书过期报错,请检查本地时间是否正确,同步时间命令

2、token过期

主节点重新生成token及hash

从节点重新执行kubeadm join(自行替换命令中的token及sha256)

 

原文链接:kubeadm join报错证书过期解决,转载请注明来源!

0