1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
(--auto-rebalance --cpu=CPU --labels=[KEY=VALUE,...] --memory=MEMORY
--ssl-principal-mapping-rules=SSL_PRINCIPAL_MAPPING_RULES
--subnets=[SUBNETS,...] --clear-mtls-ca-pools
| --mtls-ca-pools=[MTLS_CA_POOLS,...]) [--async]
| --mtls-ca-pools=[MTLS_CA_POOLS,...])
[--allow-broker-downscale-on-cluster-upscale] [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -117,6 +118,13 @@ REQUIRED FLAGS
CA pools using the --clear-mtls-ca-pools flag.
OPTIONAL FLAGS
--allow-broker-downscale-on-cluster-upscale
If enabled, this setting allows an update operation that could
significantly decrease the per-broker vCPU and/or memory allocation,
which can lead to reduced performance and availability. By default, an
update operation will fail if it results in a reduction of 10% or more
to the brokers' vCPU or memory allocation.
--async
Return immediately, without waiting for the operation in progress to
complete.