K8S命令
# k8s通过查看.kube/config.conf文件来看证书时间
grep 'client-certificate-data' $HOME/.kube/config | awk '{print $2}' | base64 -d | openssl x509 -text
# k8s通过查看.kube/config.conf文件来看证书时间
grep 'client-certificate-data' $HOME/.kube/config | awk '{print $2}' | base64 -d | openssl x509 -text