gcloud container clusters get-credentials

Jmnote (토론 | 기여)님의 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 참고