"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...)
 
3번째 줄: 3번째 줄:


<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:45 판

1 개요

gcloud container clusters describe
$ gcloud container clusters describe cluster1 --region asia-northeast3-a | grep version
  version: 1.29.8-gke.1278000
$ 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 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}