Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Created October 12, 2022 07:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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