File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source scripts/vars.env
4
4
5
- gcloud compute routers nats delete ${RESOURCE_NAME} --router ${RESOURCE_NAME} --router-region ${GKE_CLUSTER_REGION}
6
- gcloud compute routers delete ${RESOURCE_NAME} --region ${GKE_CLUSTER_REGION}
5
+ gcloud compute routers nats delete ${RESOURCE_NAME} --quiet -- router ${RESOURCE_NAME} --router-region ${GKE_CLUSTER_REGION}
6
+ gcloud compute routers delete ${RESOURCE_NAME} --quiet -- region ${GKE_CLUSTER_REGION}
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ if [ "${ADD_VM_IP_AUTH_NETWORKS}" = "true" ]; then
11
11
gcloud container clusters update ${GKE_CLUSTER_NAME} --enable-master-authorized-networks --master-authorized-networks=${CURRENT_AUTH_NETWORK}
12
12
fi
13
13
14
- gcloud compute instances delete ${RESOURCE_NAME} --project=${GKE_PROJECT} --zone=${GKE_CLUSTER_ZONE}
15
- gcloud compute firewall-rules delete ${RESOURCE_NAME} --project=${GKE_PROJECT}
14
+ gcloud compute instances delete ${RESOURCE_NAME} --quiet -- project=${GKE_PROJECT} --zone=${GKE_CLUSTER_ZONE}
15
+ gcloud compute firewall-rules delete ${RESOURCE_NAME} --quiet -- project=${GKE_PROJECT}
You can’t perform that action at this time.
0 commit comments