1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -3,9 +3,9 @@ NAME
SYNOPSIS
gcloud compute tpus tpu-vm create (TPU : --zone=ZONE) --version=VERSION
[--async] [--data-disk=DATA_DISK] [--description=DESCRIPTION]
[--internal-ips] [--labels=[LABELS,...]] [--metadata=[METADATA,...]]
[--metadata-from-file=[METADATA_FROM_FILE,...]]
[--async] [--data-disk=[mode=MODE],[source=SOURCE]]
[--description=DESCRIPTION] [--internal-ips] [--labels=[KEY=VALUE,...]]
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
[--network=NETWORK; default="default"] [--preemptible] [--range=RANGE]
[--reserved] [--scopes=[SCOPES,...]]
[--service-account=SERVICE_ACCOUNT] [--shielded-secure-boot]
@ -81,7 +81,7 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--data-disk=DATA_DISK
--data-disk=[mode=MODE],[source=SOURCE]
Additional data disks for the TPU VM.
This flag must be repeated to provide multiple data disks. For example:
@ -110,15 +110,15 @@ OPTIONAL FLAGS
default is that external IP addresses will be associated with the TPU
workers.
--labels=[LABELS,...]
--labels=[KEY=VALUE,...]
Resource labels to represent user-provided metadata. See
https://cloud.google.com/compute/docs/labeling-resources for details.
--metadata=[METADATA,...]
--metadata=[KEY=VALUE,...]
List of comma-separated metadata key-value pairs for the Cloud TPU VM
node. Example: --metadata='key1=value1,key2=value2'
--metadata-from-file=[METADATA_FROM_FILE,...]
--metadata-from-file=[KEY=VALUE,...]
Same as --metadata except the value for the entry will be read from a
local file. Example: --metadata-from-file='key1=value1.txt'