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

12번째 줄: 12번째 줄:


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[gcloud auth login]]
* [[gcloud config set account]]
* [[gcloud container clusters list]]
* [[gcloud container clusters list]]
* [[GKE error executing access token command]]
* [[GKE error executing access token command]]
* [[executable gke-gcloud-auth-plugin failed with exit code 1]]
* [[executable gke-gcloud-auth-plugin failed with exit code 1]]
}}


==참고==
==참고==

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