Unverified Commit 119f6839 authored by David Xia's avatar David Xia Committed by GitHub
Browse files

[doc] add project flag to gcloud TPU command (#19664)


Signed-off-by: default avatarDavid Xia <david@davidxia.com>
parent 0860087a
...@@ -90,10 +90,10 @@ gcloud alpha compute tpus queued-resources create QUEUED_RESOURCE_ID \ ...@@ -90,10 +90,10 @@ gcloud alpha compute tpus queued-resources create QUEUED_RESOURCE_ID \
| RUNTIME_VERSION | The TPU VM runtime version to use. For example, use `v2-alpha-tpuv6e` for a VM loaded with one or more v6e TPU(s). For more information see [TPU VM images]. | | RUNTIME_VERSION | The TPU VM runtime version to use. For example, use `v2-alpha-tpuv6e` for a VM loaded with one or more v6e TPU(s). For more information see [TPU VM images]. |
| SERVICE_ACCOUNT | The email address for your service account. You can find it in the IAM Cloud Console under *Service Accounts*. For example: `tpu-service-account@<your_project_ID>.iam.gserviceaccount.com` | | SERVICE_ACCOUNT | The email address for your service account. You can find it in the IAM Cloud Console under *Service Accounts*. For example: `tpu-service-account@<your_project_ID>.iam.gserviceaccount.com` |
Connect to your TPU using SSH: Connect to your TPU VM using SSH:
```bash ```bash
gcloud compute tpus tpu-vm ssh TPU_NAME --zone ZONE gcloud compute tpus tpu-vm ssh TPU_NAME --project PROJECT_ID --zone ZONE
``` ```
[TPU versions]: https://cloud.google.com/tpu/docs/runtimes [TPU versions]: https://cloud.google.com/tpu/docs/runtimes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment