(새 문서: ==개요== ;gcloud container clusters describe <syntaxhighlight lang='console'> $ gcloud container clusters describe cluster1 --region asia-northeast3-b | grep version version: 1.2...) |
(→개요) |
||
3번째 줄: | 3번째 줄: | ||
<syntaxhighlight lang='console'> | <syntaxhighlight lang='console'> | ||
$ gcloud container clusters describe cluster1 --region asia-northeast3- | $ gcloud container clusters describe cluster1 --region asia-northeast3-a | grep version | ||
version: 1.29.8-gke.1278000 | version: 1.29.8-gke.1278000 | ||
</syntaxhighlight> | </syntaxhighlight> |
2024년 11월 9일 (토) 13:45 판
1 개요
- gcloud container clusters describe
Console
Copy
$ gcloud container clusters describe cluster1 --region asia-northeast3-a | grep version
version: 1.29.8-gke.1278000
Console
Copy
$ gcloud container clusters describe cluster1 --region asia-northeast3-a --format "value(masterAuth.clusterCaCertificate)" | base64 -d | openssl x509 -noout -dates
notBefore=Feb 28 14:51:37 2020 GMT
notAfter=Feb 26 15:51:37 2025 GMT
2 같이 보기
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.