mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 17 11:04:06 UTC 2025
This commit is contained in:
parent
78d417f901
commit
79c9fb4d92
193 changed files with 12122 additions and 1486 deletions
|
|
@ -7,9 +7,10 @@ SYNOPSIS
|
|||
(--accelerator-type=ACCELERATOR_TYPE | --topology=TOPOLOGY --type=TYPE)
|
||||
(--node-id=NODE_ID
|
||||
| [--node-count=NODE_COUNT : --node-prefix=NODE_PREFIX]) [--async]
|
||||
[--data-disk=[mode=MODE],[source=SOURCE]] [--description=DESCRIPTION]
|
||||
[--guaranteed] [--internal-ips] [--labels=[KEY=VALUE,...]]
|
||||
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--boot-disk=[KEY=VALUE,...]] [--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] [--reserved]
|
||||
[--scopes=[SCOPES,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--shielded-secure-boot] [--spot] [--subnetwork=SUBNETWORK]
|
||||
|
|
@ -138,6 +139,19 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--boot-disk=[KEY=VALUE,...]
|
||||
Specifies the boot disk configuration.
|
||||
|
||||
$ gcloud compute tpus queued-resources create \
|
||||
--boot-disk kms-key=<full_kms_key_name_here>
|
||||
|
||||
The following keys are allowed:
|
||||
|
||||
kms-key
|
||||
Specifies the fully qualified Cloud KMS cryptokey name which will
|
||||
be used to protect the disk. KMS cryptokey name format:
|
||||
projects/<kms-project>/locations/<kms-location>/keyRings/<kms-keyring>/cryptoKeys/<key-name>
|
||||
|
||||
--data-disk=[mode=MODE],[source=SOURCE]
|
||||
Additional data disks for the TPU VM.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute tpus tpu-vm create (TPU : --zone=ZONE) --version=VERSION
|
||||
[--async] [--data-disk=[mode=MODE],[source=SOURCE]]
|
||||
[--description=DESCRIPTION] [--internal-ips] [--labels=[KEY=VALUE,...]]
|
||||
[--async] [--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]
|
||||
[--queue-count=QUEUE_COUNT] [--range=RANGE] [--reserved]
|
||||
|
|
@ -82,6 +83,19 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--boot-disk=[KEY=VALUE,...]
|
||||
Specifies the boot disk configuration.
|
||||
|
||||
$ gcloud compute tpus tpu-vm create \
|
||||
--boot-disk kms-key=<full_kms_key_name_here>
|
||||
|
||||
The following keys are allowed:
|
||||
|
||||
kms-key
|
||||
Specifies the fully qualified Cloud KMS cryptokey name which will
|
||||
be used to protect the disk. KMS cryptokey name format:
|
||||
projects/<kms-project>/locations/<kms-location>/keyRings/<kms-keyring>/cryptoKeys/<key-name>
|
||||
|
||||
--data-disk=[mode=MODE],[source=SOURCE]
|
||||
Additional data disks for the TPU VM.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue