kubeconfig 만료 날짜 확인

cloud2000·2025년 2월 21일
0
cat ./config_mgmt | grep client-certificate-data | cut -f2 -d : | tr -d ‘ ‘ | base64 -d | openssl x509 -text -out - | grep “Not”
profile
클라우드쟁이

0개의 댓글