mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -8,10 +8,10 @@ SYNOPSIS
|
|||
(--accelerator-type=ACCELERATOR_TYPE | --topology=TOPOLOGY --type=TYPE)
|
||||
(--node-id=NODE_ID
|
||||
| [--node-count=NODE_COUNT : --node-prefix=NODE_PREFIX]) [--async]
|
||||
[--best-effort] [--data-disk=DATA_DISK] [--description=DESCRIPTION]
|
||||
[--guaranteed] [--internal-ips] [--labels=[LABELS,...]]
|
||||
[--metadata=[METADATA,...]]
|
||||
[--metadata-from-file=[METADATA_FROM_FILE,...]]
|
||||
[--best-effort] [--data-disk=[mode=MODE],[source=SOURCE]]
|
||||
[--description=DESCRIPTION] [--guaranteed] [--internal-ips]
|
||||
[--labels=[KEY=VALUE,...]] [--metadata=[KEY=VALUE,...]]
|
||||
[--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--network=NETWORK; default="default"] [--range=RANGE]
|
||||
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
|
||||
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
|
||||
|
|
@ -145,7 +145,7 @@ OPTIONAL FLAGS
|
|||
If provided, the Node requested here may be scheduled at the 'best
|
||||
effort' tier.
|
||||
|
||||
--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:
|
||||
|
|
@ -178,15 +178,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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue