Skip to content

Commit

Permalink
Updating the v5e example for 16 VLP pod across 4 Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kangminxie committed Sep 18, 2023
1 parent 83ae02d commit 06b6b3b
Showing 1 changed file with 78 additions and 6 deletions.
84 changes: 78 additions & 6 deletions tools/kubernetes/terraform/examples/v5e/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,29 +1,101 @@
project_id = "project_id"
roject_id = "project_id"
resource_name_prefix = "tpu-v5e-test"
region = "us-east5"
tpu_node_pools = [{
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-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 06b6b3b

Please sign in to comment.