GKE/CCSM: env.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gke | |
export GKE_PROJECT_ID="my-gke-project" # CHANGE ME | |
export GKE_CLUSTER_NAME="csm-demo" | |
export GKE_REGION="us-central1" | |
export GKE_SA_NAME="gke-worker-nodes-sa" | |
export GKE_SA_EMAIL="$GKE_SA_NAME@${GKE_PROJECT_ID}.iam.gserviceaccount.com" | |
export KUBECONFIG=~/.kube/$GKE_REGION-$GKE_CLUSTER_NAME.yaml | |
# other | |
export USE_GKE_GCLOUD_AUTH_PLUGIN=True | |
export ClOUD_BILLING_ACCOUNT="<my-cloud-billing-account>" # CHANGEME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment