"Gcloud container clusters get-credentials"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;gcloud container clusters get-credentials <syntaxhighlight lang='console'> $ gcloud container clusters get-credentials cluster1 --zone asia-northeast3-b Fe...)
 
잔글 (→‎개요)
7번째 줄: 7번째 줄:
Fetching cluster endpoint and auth data.
Fetching cluster endpoint and auth data.
kubeconfig entry generated for cluster1.
kubeconfig entry generated for cluster1.
$ cat ~/.kube/config | wc -l
24
</syntaxhighlight>
</syntaxhighlight>



2021년 1월 4일 (월) 15:37 판

1 개요

gcloud container clusters get-credentials
Console
Copy
$ gcloud container clusters get-credentials cluster1 --zone asia-northeast3-b
Fetching cluster endpoint and auth data.
kubeconfig entry generated for cluster1.
$ cat ~/.kube/config | wc -l
24

2 같이 보기

3 참고