From 7dbf91d5d27433a161e78b06df4a7a4f6a657709 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Sat, 2 Aug 2025 09:11:08 -0700 Subject: [PATCH] Revert "try using a bigger node machine type for tmp GKE clusters" This reverts commit 16dd97aff4b08e7b0d3b131505ef8c947d5cb4fc. --- pipelines/shared-tasks/deploy-gke-cluster/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/shared-tasks/deploy-gke-cluster/task.sh b/pipelines/shared-tasks/deploy-gke-cluster/task.sh index 5be721119..78157db98 100755 --- a/pipelines/shared-tasks/deploy-gke-cluster/task.sh +++ b/pipelines/shared-tasks/deploy-gke-cluster/task.sh @@ -58,7 +58,7 @@ gcloud container clusters create "$CLUSTER_NAME" \ "$region_or_zone_flag" \ "$VERSION_FLAG" \ --num-nodes 1 \ - --machine-type e2-standard-8 \ + --machine-type e2-standard-4 \ --preemptible \ --issue-client-certificate \ --no-enable-basic-auth \