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

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -9,9 +9,10 @@ SYNOPSIS
(--node-id=NODE_ID
| [--node-count=NODE_COUNT : --node-prefix=NODE_PREFIX]) [--async]
[--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,...]]
[--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]
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
@ -149,6 +150,24 @@ OPTIONAL FLAGS
If provided, the Node requested here may be scheduled at the 'best
effort' tier.
--boot-disk=[KEY=VALUE,...]
Specifies if the boot disk should be created in confidential-compute
mode.
$ gcloud alpha compute tpus queued-resources create \
--boot-disk confidential-compute=True,kms-key=<full_kms_key_name_here>
The following keys are allowed:
confidential-compute
Create the boot disk in confidential compute mode, CMEK layer is
required and only applicable to HyperDisk series.
kms-key
Specifies 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.