1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud alpha compute tpus queued-resources create
(QUEUED_RESOURCE : --zone=ZONE) --accelerator-type=ACCELERATOR_TYPE
--node-id=[NODE_ID,...] --runtime-version=RUNTIME_VERSION [--async]
[--best-effort] [--guaranteed] [--reserved]
[--best-effort] [--guaranteed] [--internal-ips] [--reserved]
[--valid-after-duration=VALID_AFTER_DURATION]
[--valid-after-time=VALID_AFTER_TIME]
[--valid-until-duration=VALID_UNTIL_DURATION]
@ -89,6 +89,11 @@ OPTIONAL FLAGS
If provided, the Node requested here will only be scheduled at the
'guaranteed' tier.
--internal-ips
Indicates that the IP addresses for the node should be internal. The
default is that external IP addresses will be associated with the TPU
workers.
--reserved
Specifies the request should be scheduled on reserved capacity.
@ -96,17 +101,21 @@ OPTIONAL FLAGS
--valid-after-duration=VALID_AFTER_DURATION
A duration before which the TPU must not be provisioned, relative to
the current time.
the current time. See $ gcloud topic datetimes for information on
duration formats.
--valid-after-time=VALID_AFTER_TIME
An absolute time before which the TPU must not be provisioned.
An absolute time before which the TPU must not be provisioned. See $
gcloud topic datetimes for information on duration formats.
--valid-until-duration=VALID_UNTIL_DURATION
A duration after which the TPU must not be provisioned, relative to the
current time.
current time. See $ gcloud topic datetimes for information on duration
formats.
--valid-until-time=VALID_UNTIL_TIME
An absolute time after which resources must not be created.
An absolute time after which resources must not be created. See $
gcloud topic datetimes for information on duration formats.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,