Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Created October 12, 2022 07:26
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/8e9f5c0b56e1d27b70a75fa5b544ceec to your computer and use it in GitHub Desktop.
Save darkn3rd/8e9f5c0b56e1d27b70a75fa5b544ceec to your computer and use it in GitHub Desktop.
GKE/CCSM: cleanup Google cloud resources
source env.sh
gcloud container clusters delete $GKE_CLUSTER_NAME \
--project $GKE_PROJECT_ID --region $GKE_REGION
gcloud iam service-accounts delete $GKE_SA_EMAIL --project $GKE_PROJECT_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment