"Gcloud container clusters describe"의 두 판 사이의 차이

(새 문서: ==개요== ;gcloud container clusters describe <syntaxhighlight lang='console'> $ gcloud container clusters describe cluster1 --region asia-northeast3-b | grep version version: 1.2...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;gcloud container clusters describe
;gcloud container clusters describe


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ gcloud container clusters describe cluster1 --region asia-northeast3-b | grep version
$ 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:47 기준 최신판

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 같이 보기[ | ]