当前位置: 代码迷 >> 综合 >> k8s错误之error execution phase control-plane-prepare/download-certs(六)
  详细解决方案

k8s错误之error execution phase control-plane-prepare/download-certs(六)

热度:28   发布时间:2024-02-26 20:04:27.0

控制平面认证的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的值

  相关解决方案