51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

kk add nodes 证书过期

k8s 扩容节点 ,遇到证书过期

问题:

To see the stack trace of this error execute with --v=5 or higher: Process exited with status 1

解决方案:

1列出 token ,查看token 状态

kubeadm token list

2-重新生产token

kubeadm token create

k8s Could not find a JWS signature in the cluster-info ConfigMap for token ID-CSDN博客

3- 重新执行 扩容命令

我是在kubesphere 上增加 用的 kk 命令

./kk add nodes -f config-sample.yaml

失败。 请勿操作

赞(4)
未经允许不得转载:工具盒子 » kk add nodes 证书过期