1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 01:15:34 +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

@ -14,8 +14,10 @@ SYNOPSIS
[--additional-pod-network=[subnetwork=SUBNETWORK_NAME,
pod-ipv4-range=SECONDARY_RANGE_NAME,
[max-pods-per-node=NUM_PODS],...]] [--async]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY] [--cluster=CLUSTER]
[--confidential-node-type=CONFIDENTIAL_NODE_TYPE]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY]
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
[--cluster=CLUSTER] [--confidential-node-type=CONFIDENTIAL_NODE_TYPE]
[--containerd-config-from-file=PATH_TO_FILE]
[--data-cache-count=DATA_CACHE_COUNT] [--disk-size=DISK_SIZE]
[--disk-type=DISK_TYPE] [--enable-autoprovisioning]
@ -187,6 +189,14 @@ FLAGS
please see:
https://cloud.google.com/compute/docs/disks/customer-managed-encryption
--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.
--cluster=CLUSTER
The cluster to add the node pool to. Overrides the default
container/cluster property value for this command invocation.