mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--redis-config=[KEY=VALUE,...]] [--replica-count=REPLICA_COUNT]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE] [--zone=ZONE]
|
||||
[--zone-distribution-mode=ZONE_DISTRIBUTION_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -173,6 +174,20 @@ OPTIONAL FLAGS
|
|||
The cluster uses server managed encryption for in-transit
|
||||
encryption.
|
||||
|
||||
--zone=ZONE
|
||||
The zone used to allocate the cluster nodes. Applicable only if the
|
||||
zone-distribution-mode is set to single-zone.
|
||||
|
||||
--zone-distribution-mode=ZONE_DISTRIBUTION_MODE
|
||||
Determines how the cluster nodes are distributed across zones.
|
||||
ZONE_DISTRIBUTION_MODE must be one of:
|
||||
|
||||
multi-zone
|
||||
Allocate cluster nodes across multiple zones.
|
||||
|
||||
single-zone
|
||||
Allocate cluster nodes in a single zone.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue