mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 26 10:48:49 UTC 2023
This commit is contained in:
parent
64e67b443c
commit
4558a00e48
204 changed files with 2787 additions and 1591 deletions
|
|
@ -123,7 +123,7 @@ FLAGS
|
|||
created. If units are not provided, defaults to GB.
|
||||
|
||||
--enable-high-resilience
|
||||
Enable use of a high resilience, supported for Composer 2 Environments.
|
||||
Enable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--env-variables=[NAME=VALUE,...]
|
||||
A comma-delimited list of environment variable NAME=VALUE pairs to
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud composer environments update (ENVIRONMENT : --location=LOCATION)
|
||||
(--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
|
||||
| --disable-high-resilience | --enable-high-resilience
|
||||
| --environment-size=ENVIRONMENT_SIZE | --node-count=NODE_COUNT
|
||||
| --web-server-machine-type=WEB_SERVER_MACHINE_TYPE
|
||||
| --disable-master-authorized-networks
|
||||
|
|
@ -89,6 +90,12 @@ REQUIRED FLAGS
|
|||
available machine types is available here:
|
||||
https://cloud.google.com/composer/pricing#db-machine-types.
|
||||
|
||||
--disable-high-resilience
|
||||
Disable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--enable-high-resilience
|
||||
Enable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--environment-size=ENVIRONMENT_SIZE
|
||||
Size of the environment. Unspecified means that the default option
|
||||
will be chosen. ENVIRONMENT_SIZE must be one of: large, medium,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue