版本升级K8S 证书后ks-apiserver 异常

kubesphere 版本: v2.1.1
K8S 版本: v1.17.3

k8s 证书过期使用’kubeadm alpha certs renew all’ 进行更新,并生成新配置文件 ‘kubeadm init phase kubeconfig all’

升级后查看node 状态正常
查看Pod 发现 ks-apiserver 异常

error: You must be logged in to the server (the server has asked for the client to provide credentials ( pods/log ks-apiserver-7c9b47d88c-snlng))

LgyLab 更改标题为「[已经解决]kubesphere v2.1.1

原因是:没有重启etcd 实例,重启etcd 实例后,故障恢复。