(→같이 보기) |
(→같이 보기) |
||
14번째 줄: | 14번째 줄: | ||
{{z컬럼3| | {{z컬럼3| | ||
* [[gcloud auth login]] | * [[gcloud auth login]] | ||
* [[gcloud container clusters]] | |||
* [[gcloud config set account]] | * [[gcloud config set account]] | ||
* [[gcloud container clusters list]] | * [[gcloud container clusters list]] |
2024년 11월 21일 (목) 12:27 판
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 참고
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.