GKE/CCSM: cleanup Google cloud resources
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
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