gcloud container clusters get-credentials

Jmnote (토론 | 기여)님의 2023년 5월 23일 (화) 16:40 판 (→‎같이 보기)

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 참고