Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Created October 12, 2022 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkn3rd/2cb44ba3331865f64ce86dec0f68d830 to your computer and use it in GitHub Desktop.
Save darkn3rd/2cb44ba3331865f64ce86dec0f68d830 to your computer and use it in GitHub Desktop.
GKE/CCSM: projects
# enable billing and APIs for GKE project if not done already
gcloud projects create $GKE_PROJECT_ID
gcloud config set project $GKE_PROJECT_ID
gcloud beta billing projects link $GKE_PROJECT_ID \
--billing-account $ClOUD_BILLING_ACCOUNT
gcloud services enable "container.googleapis.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment