mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
(QUEUED_RESOURCE : --zone=ZONE) --accelerator-type=ACCELERATOR_TYPE
|
||||
--runtime-version=RUNTIME_VERSION
|
||||
(--node-id=NODE_ID | --node-count=NODE_COUNT --node-prefix=NODE_PREFIX)
|
||||
[--async] [--best-effort] [--guaranteed] [--internal-ips] [--reserved]
|
||||
[--async] [--best-effort] [--guaranteed] [--internal-ips]
|
||||
[--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]
|
||||
[--valid-after-time=VALID_AFTER_TIME]
|
||||
[--valid-until-duration=VALID_UNTIL_DURATION]
|
||||
|
|
@ -124,6 +127,18 @@ OPTIONAL FLAGS
|
|||
default is that external IP addresses will be associated with the TPU
|
||||
workers.
|
||||
|
||||
--reservation-host-folder=RESERVATION_HOST_FOLDER
|
||||
The folder hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
--reservation-host-organization=RESERVATION_HOST_ORGANIZATION
|
||||
The organization hosting the reservation that the TPU should use. Only
|
||||
one reservation host entity may be specified.
|
||||
|
||||
--reservation-host-project=RESERVATION_HOST_PROJECT
|
||||
The project hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
--reserved
|
||||
Specifies the request should be scheduled on reserved capacity.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue