You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,14 @@ all zones.
180
180
--num-slices=4 --on-demand \
181
181
--tpu-type=v5litepod-16
182
182
```
183
+
Please specify `--enable-clouddns`if you would like CloudDNS to be the
184
+
DNS provider for the Pathways cluster. For example,
185
+
```shell
186
+
python3 xpk.py cluster create-pathways \
187
+
--cluster xpk-pw-test-clouddns \
188
+
--num-slices=4 --on-demand \
189
+
--tpu-type=v5litepod-16
190
+
```
183
191
184
192
* Cluster Create can be called again with the same `--cluster name` to modify
185
193
the number of slices or retry failed steps.
@@ -370,8 +378,8 @@ will fail the cluster creation process because Vertex AI Tensorboard is not supp
370
378
--tpu-type=v5litepod-16 \
371
379
--cluster xpk-pw-test
372
380
```
373
-
Executing the command above would provide the address of the proxy that the user job should connect to.
374
-
Specify `JAX_PLATFORMS=proxy` and `JAX_BACKEND_TARGET=<proxy address from above>` and `import previewutilies` to establish this connection between the user's JAX code and the Pathways proxy. Execute Pathways workloads interactively on Vertex AI notebooks!
381
+
Executing the command above would provide the address of the proxy that the user job should connect to. Users would need to use kubectl port-forwarding to establish connection from the notebook/VM to the proxy.
382
+
Specify `JAX_PLATFORMS=proxy` and `JAX_BACKEND_TARGET=<proxy address from above>` and `import pathwaysutils` to establish this connection between the user's JAX code and the Pathways proxy. Execute Pathways workloads interactively on Vertex AI notebooks!
0 commit comments