Difference between revisions of "Gcloud container clusters get-credentials"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
* <code>[[$HOME/.kube/config]]</code>
 
* <code>[[$HOME/.kube/config]]</code>
 
* <code>[[gcloud config set account]]</code>
 
* <code>[[gcloud config set account]]</code>
 +
* [[Provide access to GKE cluster]]
  
 
== See also ==
 
== See also ==

Revision as of 14:03, 27 September 2022

gcloud container clusters get-credentials
gcloud container clusters get-credentials MyClusterName
gcloud container clusters get-credentials MyClusterName --zone europe-west3-b
gcloud container clusters get-credentials MyClusterName --region europe-west3-c

Example

gcloud container clusters get-credentials MyClusterName --zone europe-west3-b
Fetching cluster endpoint and auth data.
kubeconfig entry generated for MyClusterName.

Use new contexts to access the cluster:

kubectl config get-contexts
kubectl config use-context


Errors

gcloud container clusters get-credentials
ERROR: (gcloud.container.clusters.get-credentials) argument NAME: Must be specified.
Usage: gcloud container clusters get-credentials NAME [optional flags]
  optional flags may be  --help | --internal-ip | --region | --zone 

For detailed information on this command and its flags, run:
  gcloud container clusters get-credentials --help

Related

See also

Advertising: