mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -12,6 +12,8 @@ SYNOPSIS
|
|||
[--initialization-actions=CLOUD_STORAGE_URI,[...]]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--master-accelerator=[type=TYPE,[count=COUNT],...]]
|
||||
[--master-boot-disk-provisioned-iops=MASTER_BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--master-boot-disk-provisioned-throughput=MASTER_BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--master-boot-disk-size=MASTER_BOOT_DISK_SIZE]
|
||||
[--master-boot-disk-type=MASTER_BOOT_DISK_TYPE]
|
||||
[--master-local-ssd-interface=MASTER_LOCAL_SSD_INTERFACE]
|
||||
|
|
@ -37,6 +39,8 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--temp-bucket=TEMP_BUCKET]
|
||||
[--worker-accelerator=[type=TYPE,[count=COUNT],...]]
|
||||
[--worker-boot-disk-provisioned-iops=WORKER_BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--worker-boot-disk-provisioned-throughput=WORKER_BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--worker-boot-disk-size=WORKER_BOOT_DISK_SIZE]
|
||||
[--worker-boot-disk-type=WORKER_BOOT_DISK_TYPE]
|
||||
[--worker-local-ssd-interface=WORKER_LOCAL_SSD_INTERFACE]
|
||||
|
|
@ -172,6 +176,22 @@ FLAGS
|
|||
The number of accelerators to attach to each instance. The default
|
||||
value is 1.
|
||||
|
||||
--master-boot-disk-provisioned-iops=MASTER_BOOT_DISK_PROVISIONED_IOPS
|
||||
Indicates the IOPS
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks#iops) to
|
||||
provision for the disk. This sets the limit for disk I/O operations per
|
||||
second. This is only supported if the bootdisk type is
|
||||
hyperdisk-balanced
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks).
|
||||
|
||||
--master-boot-disk-provisioned-throughput=MASTER_BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates the throughput
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks#throughput) to
|
||||
provision for the disk. This sets the limit for throughput in MiB per
|
||||
second. This is only supported if the bootdisk type is
|
||||
hyperdisk-balanced
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks).
|
||||
|
||||
--master-boot-disk-size=MASTER_BOOT_DISK_SIZE
|
||||
The size of the boot disk. The value must be a whole number followed by
|
||||
a size unit of KB for kilobyte, MB for megabyte, GB for gigabyte, or TB
|
||||
|
|
@ -360,6 +380,22 @@ FLAGS
|
|||
The number of accelerators to attach to each instance. The default
|
||||
value is 1.
|
||||
|
||||
--worker-boot-disk-provisioned-iops=WORKER_BOOT_DISK_PROVISIONED_IOPS
|
||||
Indicates the IOPS
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks#iops) to
|
||||
provision for the disk. This sets the limit for disk I/O operations per
|
||||
second. This is only supported if the bootdisk type is
|
||||
hyperdisk-balanced
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks).
|
||||
|
||||
--worker-boot-disk-provisioned-throughput=WORKER_BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates the throughput
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks#throughput) to
|
||||
provision for the disk. This sets the limit for throughput in MiB per
|
||||
second. This is only supported if the bootdisk type is
|
||||
hyperdisk-balanced
|
||||
(https://cloud.google.com/compute/docs/disks/hyperdisks).
|
||||
|
||||
--worker-boot-disk-size=WORKER_BOOT_DISK_SIZE
|
||||
The size of the boot disk. The value must be a whole number followed by
|
||||
a size unit of KB for kilobyte, MB for megabyte, GB for gigabyte, or TB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue