From dd2d8acf41c12ab0abb8725d97b797d4652ef5a9 Mon Sep 17 00:00:00 2001 From: Anu Reddy Date: Tue, 5 Mar 2024 21:42:36 -0800 Subject: [PATCH] Update default zones for L4/T4 nodes --- 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