mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue