mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 17 10:38:17 UTC 2023
This commit is contained in:
parent
14441c7ea7
commit
a56fab68e5
151 changed files with 1878 additions and 2972 deletions
|
|
@ -21,6 +21,8 @@ SYNOPSIS
|
|||
--accelerator-type=ACCELERATOR_TYPE]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE --boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--custom-gpu-driver-path=CUSTOM_GPU_DRIVER_PATH --install-gpu-driver]
|
||||
[--data-disk-size=DATA_DISK_SIZE
|
||||
--data-disk-type=DATA_DISK_TYPE --no-remove-data-disk]
|
||||
[--disk-encryption=DISK_ENCRYPTION [--kms-key=KMS_KEY
|
||||
: --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]]
|
||||
|
|
@ -225,14 +227,14 @@ OPTIONAL FLAGS
|
|||
Boot disk configurations.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the disk in GB attached to this instance, up to a maximum
|
||||
of 64000 GB (64 TB). The minimum recommended value is 100 GB. If not
|
||||
Size of boot disk in GB attached to this instance, up to a maximum of
|
||||
64000 GB (64 TB). The minimum recommended value is 100 GB. If not
|
||||
specified, this defaults to 100.
|
||||
|
||||
--boot-disk-type=BOOT_DISK_TYPE
|
||||
The type of disk attached to this instance, defaults to standard
|
||||
Type of boot disk attached to this instance, defaults to standard
|
||||
persistent disk (PD_STANDARD). BOOT_DISK_TYPE must be one of:
|
||||
PD_STANDARD, PD_SSD, PD_BALANCED.
|
||||
PD_STANDARD, PD_SSD, PD_BALANCED, PD_EXTREME.
|
||||
|
||||
GPU driver configurations.
|
||||
|
||||
|
|
@ -246,6 +248,22 @@ OPTIONAL FLAGS
|
|||
on this instance. If this field is empty or set to false, the GPU
|
||||
driver won't be installed. Only applicable to instances with GPUs.
|
||||
|
||||
Data disk configurations.
|
||||
|
||||
--data-disk-size=DATA_DISK_SIZE
|
||||
Size of data disk in GB attached to this instance, up to a maximum of
|
||||
64000 GB (64 TB). The minimum recommended value is 100 GB. If not
|
||||
specified, this defaults to 100.
|
||||
|
||||
--data-disk-type=DATA_DISK_TYPE
|
||||
Type of data disk attached to this instance, defaults to standard
|
||||
persistent disk (PD_STANDARD). DATA_DISK_TYPE must be one of:
|
||||
PD_STANDARD, PD_SSD, PD_BALANCED, PD_EXTREME.
|
||||
|
||||
--no-remove-data-disk
|
||||
If true, the data disk will not be auto deleted when deleting the
|
||||
instance.
|
||||
|
||||
Disk encryption configurations.
|
||||
|
||||
--disk-encryption=DISK_ENCRYPTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue