Add Google GKE clusters#
Using the gcloud CLI :
gcloud container clusters get-credentials <cluster-name> --zone <zone> --project <project-id>
You can find the added clusters in Kubernetes Clusters > Local Kubeconfigs.
Using the gcloud CLI :
gcloud container clusters get-credentials <cluster-name> --zone <zone> --project <project-id>
You can find the added clusters in Kubernetes Clusters > Local Kubeconfigs.