1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Apr 6 10:23:36 UTC 2023

This commit is contained in:
Automated 2023-04-06 10:23:36 +00:00
parent 5fabf24be7
commit 32e56b8b99
209 changed files with 5396 additions and 561 deletions

View file

@ -8,10 +8,12 @@ SYNOPSIS
--runtime-version=RUNTIME_VERSION
(--node-id=NODE_ID | --node-count=NODE_COUNT --node-prefix=NODE_PREFIX)
[--async] [--best-effort] [--guaranteed] [--internal-ips]
[--network=NETWORK; default="default"]
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
[--reservation-host-project=RESERVATION_HOST_PROJECT] [--reserved]
[--valid-after-duration=VALID_AFTER_DURATION]
[--scopes=[SCOPES,...]] [--service-account=SERVICE_ACCOUNT]
[--subnetwork=SUBNETWORK] [--valid-after-duration=VALID_AFTER_DURATION]
[--valid-after-time=VALID_AFTER_TIME]
[--valid-until-duration=VALID_UNTIL_DURATION]
[--valid-until-time=VALID_UNTIL_TIME] [GCLOUD_WIDE_FLAG ...]
@ -127,6 +129,9 @@ OPTIONAL FLAGS
default is that external IP addresses will be associated with the TPU
workers.
--network=NETWORK; default="default"
Network that this TPU will be a part of.
--reservation-host-folder=RESERVATION_HOST_FOLDER
The folder hosting the reservation that the TPU should use. Only one
reservation host entity may be specified.
@ -144,6 +149,17 @@ OPTIONAL FLAGS
If this flag is set the guaranteed flag is also set.
--scopes=[SCOPES,...]
List of comma-separated scopes to be made available for the service
account.
--service-account=SERVICE_ACCOUNT
Email address of the service account. If empty, default Google Compute
Engine service account will be used.
--subnetwork=SUBNETWORK
Subnetwork that this TPU will be a part of.
--valid-after-duration=VALID_AFTER_DURATION
A duration before which the TPU must not be provisioned, relative to
the current time. See $ gcloud topic datetimes for information on

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha compute tpus queued-resources delete
(QUEUED_RESOURCE : --zone=ZONE) [--async] [GCLOUD_WIDE_FLAG ...]
(QUEUED_RESOURCE : --zone=ZONE) [--async] [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete an existing Queued Resource.
@ -56,6 +57,11 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--force
If set to true, any nodes in this queued resource will also be deleted.
Otherwise, the request will only work if the queued resource has no
nodes.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,