File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tools/kubernetes/terraform Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ output "kubernetes_cluster_host" {
18
18
description = " GKE Cluster Host"
19
19
}
20
20
21
- output "nodepool_tpu_topology " {
22
- value = module. tpu-gke . nodepool_tpu_topology
23
- description = " GKE TPU topology "
21
+ output "placement_policy_names " {
22
+ value = module. tpu-gke . placement_policy_names
23
+ description = " GKE TPU Placement Policy Names "
24
24
}
Original file line number Diff line number Diff line change 1
- project_id = " tpu-prod-env-vlp-2nic "
2
- resource_name_prefix = " tpu-v5e-yangyuwei-latest5 "
1
+ project_id = " project-id "
2
+ resource_name_prefix = " tpu-v5e-test "
3
3
region = " us-east5"
4
4
location = " us-east5-b"
5
5
tpu_node_pools = [{
6
6
zone = " us-east5-b"
7
7
node_count = 64
8
8
machine_type = " ct5lp-hightpu-4t"
9
9
topology = " 16x16"
10
- policy = " sb-compact-test3 "
10
+ policy = " sb-compact-1 "
11
11
}]
12
12
maintenance_interval = " PERIODIC"
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ output "kubernetes_cluster_host" {
18
18
description = " GKE Cluster Host"
19
19
}
20
20
21
- output "nodepool_tpu_topology " {
21
+ output "placement_policy_names " {
22
22
value = flatten ([
23
23
google_container_node_pool . multihost_tpu [* ]. placement_policy [0 ]. policy_name
24
24
])
25
- description = " GKE TPU topology "
25
+ description = " GKE TPU Placement Policy Names "
26
26
}
You can’t perform that action at this time.
0 commit comments