Revert "try using a bigger node machine type for tmp GKE clusters"

This reverts commit 16dd97aff4.
This commit is contained in:
Ryan Richard
2025-08-02 09:11:08 -07:00
parent 07b4fb8dcc
commit 7dbf91d5d2

View File

@@ -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 \