k8s错误之error execution phase control-plane-prepare/download-certs(六)
控制平面认证的certs已过期,默认时间两个小时,需要重新生成上传在已存在的控制平面运行:kubeadm init phase upload-certs --upload-certs修改加入控制平面的kubeadm join语句kubeadm join 192.168.9.111:8443 --token vf8sku.klyq3gfwd4wl29ct \--discovery-token-ca-
·
控制平面认证的certs已过期,默认时间两个小时,需要重新生成上传
在已存在的控制平面运行:kubeadm init phase upload-certs --upload-certs
修改加入控制平面的kubeadm join语句
kubeadm join 192.168.9.111:8443 --token vf8sku.klyq3gfwd4wl29ct \
--discovery-token-ca-cert-hash sha256:3e19607f26fe2af4c518f985be186c82c408a2988d352d38bc1392b90b07360c \
--control-plane --certificate-key c3df5829279e02489c5c7c650724b0bdbb2124130624da62bac3e5d49daf04bd --ignore-preflight-errors=Swap
生成的替换--certificate-key的值
更多推荐
已为社区贡献4条内容
所有评论(0)