mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud beta redis clusters create (CLUSTER : --region=REGION)
|
||||
--network=NETWORK --shard-count=SHARD_COUNT [--async]
|
||||
[--auth-mode=AUTH_MODE] [--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
|
||||
|
|
@ -112,6 +113,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