k8s证书管理
1.K8s集群内置的证书在一年后会到期,导致集群不能正常使用证书到期后会提示:Unable to connect to the server: x509: certificate has expired or is not yet valid
2. master 节点在默认情况下,可以使用如下命令查看证书过期时间:
1openssl x509 -noout -dates -in /etc/kubernetes/pki/apiserver.crt
证书主要
...