mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -8,10 +8,10 @@ SYNOPSIS
|
|||
(--accelerator-type=ACCELERATOR_TYPE | --topology=TOPOLOGY --type=TYPE)
|
||||
(--node-id=NODE_ID
|
||||
| [--node-count=NODE_COUNT : --node-prefix=NODE_PREFIX]) [--async]
|
||||
[--best-effort] [--data-disk=[mode=MODE],[source=SOURCE]]
|
||||
[--description=DESCRIPTION] [--guaranteed] [--internal-ips]
|
||||
[--labels=[KEY=VALUE,...]] [--metadata=[KEY=VALUE,...]]
|
||||
[--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--autocheckpoint-enabled] [--best-effort]
|
||||
[--data-disk=[mode=MODE],[source=SOURCE]] [--description=DESCRIPTION]
|
||||
[--guaranteed] [--internal-ips] [--labels=[KEY=VALUE,...]]
|
||||
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--network=NETWORK; default="default"] [--range=RANGE]
|
||||
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
|
||||
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
|
||||
|
|
@ -141,6 +141,10 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--autocheckpoint-enabled
|
||||
Specifies that the TPU node(s) are created with the Autocheckpoint
|
||||
feature enabled.
|
||||
|
||||
--best-effort
|
||||
If provided, the Node requested here may be scheduled at the 'best
|
||||
effort' tier.
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute tpus tpu-vm create (TPU : --zone=ZONE)
|
||||
--version=VERSION [--async] [--boot-disk=[KEY=VALUE,...]]
|
||||
[--data-disk=[mode=MODE],[source=SOURCE]] [--description=DESCRIPTION]
|
||||
[--internal-ips] [--labels=[KEY=VALUE,...]]
|
||||
--version=VERSION [--async] [--autocheckpoint-enabled]
|
||||
[--boot-disk=[KEY=VALUE,...]] [--data-disk=[mode=MODE],[source=SOURCE]]
|
||||
[--description=DESCRIPTION] [--internal-ips] [--labels=[KEY=VALUE,...]]
|
||||
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--network=NETWORK; default="default"] [--preemptible] [--range=RANGE]
|
||||
[--reserved] [--scopes=[SCOPES,...]]
|
||||
|
|
@ -82,6 +82,10 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--autocheckpoint-enabled
|
||||
If specified, the TPU node is created with the Autocheckpoint feature
|
||||
enabled.
|
||||
|
||||
--boot-disk=[KEY=VALUE,...]
|
||||
Specifies if the boot disk should be created in confidential-compute
|
||||
mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue