摘要: ``` # k8s通过查看.kube/config.conf文件来看证书时间 grep 'client-certificate-data' $HOME/.kube/config | awk '{print $2}' | base64 -d | openssl x509 -text ``` 阅读全文
posted @ 2023-08-28 10:50 YIDADA-SRE 阅读(12) 评论(0) 推荐(0) 编辑