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
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud beta 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
|
||||
| --airflow-version=AIRFLOW_VERSION | --image-version=IMAGE_VERSION
|
||||
|
|
@ -99,6 +100,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