Skip to content

Commit

Permalink
Merge pull request #1045 from kangminxie/16pods-4blocks
Browse files Browse the repository at this point in the history
Updating the v5e example of GKE terraform for 16 VLP pods
  • Loading branch information
yangyuwei authored Sep 18, 2023
2 parents a1bec7a + 90fdc4a commit 2758580
Showing 1 changed file with 77 additions and 5 deletions.
82 changes: 77 additions & 5 deletions tools/kubernetes/terraform/examples/v5e/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,96 @@ tpu_node_pools = [{
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-1"
policy = "sb-compact-4a"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-1"
policy = "sb-compact-4a"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-1"
policy = "sb-compact-4a"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-1"
}]
policy = "sb-compact-4a"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4b"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4b"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4b"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4b"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4c"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4c"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4c"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4c"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4d"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4d"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4d"
}, {
zone = "us-east5-b"
node_count = 64
machine_type = "ct5lp-hightpu-4t"
topology = "16x16"
policy = "sb-compact-4d"
}]
maintenance_interval = "PERIODIC"

0 comments on commit 2758580

Please sign in to comment.