Skip to content

Commit 2758580

Browse files
authored
Merge pull request #1045 from kangminxie/16pods-4blocks
Updating the v5e example of GKE terraform for 16 VLP pods
2 parents a1bec7a + 90fdc4a commit 2758580

File tree

1 file changed

+77
-5
lines changed

1 file changed

+77
-5
lines changed

tools/kubernetes/terraform/examples/v5e/terraform.tfvars

Lines changed: 77 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,96 @@ tpu_node_pools = [{
66
node_count = 64
77
machine_type = "ct5lp-hightpu-4t"
88
topology = "16x16"
9-
policy = "sb-compact-1"
9+
policy = "sb-compact-4a"
1010
}, {
1111
zone = "us-east5-b"
1212
node_count = 64
1313
machine_type = "ct5lp-hightpu-4t"
1414
topology = "16x16"
15-
policy = "sb-compact-1"
15+
policy = "sb-compact-4a"
1616
}, {
1717
zone = "us-east5-b"
1818
node_count = 64
1919
machine_type = "ct5lp-hightpu-4t"
2020
topology = "16x16"
21-
policy = "sb-compact-1"
21+
policy = "sb-compact-4a"
2222
}, {
2323
zone = "us-east5-b"
2424
node_count = 64
2525
machine_type = "ct5lp-hightpu-4t"
2626
topology = "16x16"
27-
policy = "sb-compact-1"
28-
}]
27+
policy = "sb-compact-4a"
28+
}, {
29+
zone = "us-east5-b"
30+
node_count = 64
31+
machine_type = "ct5lp-hightpu-4t"
32+
topology = "16x16"
33+
policy = "sb-compact-4b"
34+
}, {
35+
zone = "us-east5-b"
36+
node_count = 64
37+
machine_type = "ct5lp-hightpu-4t"
38+
topology = "16x16"
39+
policy = "sb-compact-4b"
40+
}, {
41+
zone = "us-east5-b"
42+
node_count = 64
43+
machine_type = "ct5lp-hightpu-4t"
44+
topology = "16x16"
45+
policy = "sb-compact-4b"
46+
}, {
47+
zone = "us-east5-b"
48+
node_count = 64
49+
machine_type = "ct5lp-hightpu-4t"
50+
topology = "16x16"
51+
policy = "sb-compact-4b"
52+
}, {
53+
zone = "us-east5-b"
54+
node_count = 64
55+
machine_type = "ct5lp-hightpu-4t"
56+
topology = "16x16"
57+
policy = "sb-compact-4c"
58+
}, {
59+
zone = "us-east5-b"
60+
node_count = 64
61+
machine_type = "ct5lp-hightpu-4t"
62+
topology = "16x16"
63+
policy = "sb-compact-4c"
64+
}, {
65+
zone = "us-east5-b"
66+
node_count = 64
67+
machine_type = "ct5lp-hightpu-4t"
68+
topology = "16x16"
69+
policy = "sb-compact-4c"
70+
}, {
71+
zone = "us-east5-b"
72+
node_count = 64
73+
machine_type = "ct5lp-hightpu-4t"
74+
topology = "16x16"
75+
policy = "sb-compact-4c"
76+
}, {
77+
zone = "us-east5-b"
78+
node_count = 64
79+
machine_type = "ct5lp-hightpu-4t"
80+
topology = "16x16"
81+
policy = "sb-compact-4d"
82+
}, {
83+
zone = "us-east5-b"
84+
node_count = 64
85+
machine_type = "ct5lp-hightpu-4t"
86+
topology = "16x16"
87+
policy = "sb-compact-4d"
88+
}, {
89+
zone = "us-east5-b"
90+
node_count = 64
91+
machine_type = "ct5lp-hightpu-4t"
92+
topology = "16x16"
93+
policy = "sb-compact-4d"
94+
}, {
95+
zone = "us-east5-b"
96+
node_count = 64
97+
machine_type = "ct5lp-hightpu-4t"
98+
topology = "16x16"
99+
policy = "sb-compact-4d"
100+
}]
29101
maintenance_interval = "PERIODIC"

0 commit comments

Comments
 (0)