From c0b4827fe2b67a50ebdda4b808aca4bded27b942 Mon Sep 17 00:00:00 2001 From: umeshkumhar Date: Wed, 6 Mar 2024 12:32:08 +0530 Subject: [PATCH] update infra to support gpu location --- infrastructure/platform.tfvars | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/platform.tfvars b/infrastructure/platform.tfvars index 63a0031e3..b700b4e7f 100644 --- a/infrastructure/platform.tfvars +++ b/infrastructure/platform.tfvars @@ -45,6 +45,7 @@ enable_gpu = true gpu_pools = [{ name = "gpu-pool" machine_type = "n1-standard-16" + # node_locations = ["us-central1-a"] uncomment to target GPU node location to specified zones only autoscaling = true min_count = 1 max_count = 3 @@ -57,6 +58,7 @@ gpu_pools = [{ { name = "gpu-pool-l4" machine_type = "g2-standard-24" + # node_locations = ["us-central1-a"] uncomment to target GPU node location to specified zones only autoscaling = true min_count = 1 max_count = 3