From 620167ff5509773c968a4385846305a0d0af422d Mon Sep 17 00:00:00 2001 From: imreddy13 <132504814+imreddy13@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:46:28 -0800 Subject: [PATCH] Update default zones for L4/T4 nodes (#293) --- infrastructure/platform.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/platform.tfvars b/infrastructure/platform.tfvars index ede37167a..5d704bcd5 100644 --- a/infrastructure/platform.tfvars +++ b/infrastructure/platform.tfvars @@ -29,7 +29,7 @@ private_cluster = false ## true = private cluster, false = public cluster autopilot_cluster = false ## true = autopilot cluster, false = standard cluster cluster_name = "ml-cluster" cluster_region = "us-central1" -cluster_zones = ["us-central1-a", "us-central1-b", "us-central1-f"] +cluster_zones = ["us-central1-a", "us-central1-b", "us-central1-c"] cpu_pools = [{ name = "cpu-pool" @@ -47,7 +47,7 @@ enable_gpu = true gpu_pools = [{ name = "gpu-pool" machine_type = "n1-standard-16" - node_locations = "us-central1-b,us-central1-c" + node_locations = "us-central1-a" autoscaling = true min_count = 1 max_count = 3 @@ -60,7 +60,7 @@ gpu_pools = [{ { name = "gpu-pool-l4" machine_type = "g2-standard-24" - node_locations = "us-central1-b,us-central1-c" + node_locations = "us-central1-a" autoscaling = true min_count = 1 max_count = 3