mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -107,7 +107,7 @@ OPTIONAL FLAGS
|
|||
Text description of the TPU.
|
||||
|
||||
--internal-ips
|
||||
Indicates that the IP addresses for the node should be internal. The
|
||||
Indicate that the IP addresses for the node should be internal. The
|
||||
default is that external IP addresses will be associated with the TPU
|
||||
workers.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute tpus tpu-vm update (TPU : --zone=ZONE)
|
||||
[--add-tags=[TAGS,...]] [--async] [--description=DESCRIPTION]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--internal-ips] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-tags | --remove-tags=[TAG,...]]
|
||||
[--metadata-from-file=[METADATA_FROM_FILE,...]
|
||||
|
|
@ -82,6 +82,11 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Text description of the TPU.
|
||||
|
||||
--internal-ips
|
||||
Indicate that the IP addresses for the node should be internal. The
|
||||
default is that external IP addresses will be associated with the TPU
|
||||
workers.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
Resource labels to update that represent user-provided metadata. If a
|
||||
label exists, its value is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue