1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Apr 12 10:43:12 UTC 2023

This commit is contained in:
Automated 2023-04-12 10:43:12 +00:00
parent 32e56b8b99
commit b155beb241
220 changed files with 7834 additions and 1142 deletions

View file

@ -8,6 +8,8 @@ SYNOPSIS
--runtime-version=RUNTIME_VERSION
(--node-id=NODE_ID | --node-count=NODE_COUNT --node-prefix=NODE_PREFIX)
[--async] [--best-effort] [--guaranteed] [--internal-ips]
[--metadata=[METADATA,...]]
[--metadata-from-file=[METADATA_FROM_FILE,...]]
[--network=NETWORK; default="default"]
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
@ -129,6 +131,14 @@ OPTIONAL FLAGS
default is that external IP addresses will be associated with the TPU
workers.
--metadata=[METADATA,...]
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,...]
Same as --metadata except the value for the entry will be read from a
local file. Example: --metadata-from-file='key1=value1.txt'
--network=NETWORK; default="default"
Network that this TPU will be a part of.