1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Jul 23 10:59:14 UTC 2025

This commit is contained in:
Automated 2025-07-23 10:59:14 +00:00
parent fe3a430c1d
commit 0acbd64d02
208 changed files with 2473 additions and 622 deletions

View file

@ -30,7 +30,10 @@ SYNOPSIS
--node-pool-soak-duration=NODE_POOL_SOAK_DURATION
--standard-rollout-policy=[batch-node-count=BATCH_NODE_COUNT,
batch-percent=BATCH_NODE_PERCENTAGE,
batch-soak-duration=BATCH_SOAK_DURATION,...] | --disk-size=DISK_SIZE
batch-soak-duration=BATCH_SOAK_DURATION,...]
| --boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
--disk-size=DISK_SIZE
--disk-type=DISK_TYPE --machine-type=MACHINE_TYPE
| --enable-autoprovisioning --enable-autoscaling
--location-policy=LOCATION_POLICY --max-nodes=MAX_NODES
@ -646,6 +649,14 @@ REQUIRED FLAGS
Node config
--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
Configure the Provisioned IOPS for the node pool boot disks. Only
valid for hyperdisk-balanced boot disks.
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
Configure the Provisioned Throughput for the node pool boot disks.
Only valid for hyperdisk-throughput boot disks.
--disk-size=DISK_SIZE
Size for node VM boot disks in GB. Defaults to 100GB.