Skip to content

Commit 2bebb12

Browse files
doc: update TPU topology link (#14171) (#10131)
[upstream:65d00044411b0a52709b0cd4da996af30d2eac05] Signed-off-by: Modular Magician <[email protected]>
1 parent e084adb commit 2bebb12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-beta/services/container/resource_container_node_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ var schemaNodePool = map[string]*schema.Schema{
212212
"tpu_topology": {
213213
Type: schema.TypeString,
214214
Optional: true,
215-
Description: `TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies`,
215+
Description: `The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology`,
216216
},
217217
},
218218
},

website/docs/r/container_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ cluster.
303303
The resource policy must be in the same project and region as the node pool.
304304
If not found, InvalidArgument error is returned.
305305
306-
* `tpu_topology` - (Optional) The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
306+
* `tpu_topology` - (Optional) The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
307307
308308
<a name="nested_queued_provisioning"></a> The `queued_provisioning` block supports:
309309

0 commit comments

Comments
 (0)