Skip to content

Commit

Permalink
Update default zones for L4/T4 nodes (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddy13 authored Mar 6, 2024
1 parent a218def commit 620167f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/platform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 620167f

Please sign in to comment.