mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud beta composer environments update
|
||||
(ENVIRONMENT : --location=LOCATION)
|
||||
(--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
|
||||
| --disable-high-resilience | --enable-high-resilience
|
||||
| --disable-high-resilience | --disable-logs-in-cloud-logging-only
|
||||
| --enable-high-resilience | --enable-logs-in-cloud-logging-only
|
||||
| --environment-size=ENVIRONMENT_SIZE | --node-count=NODE_COUNT
|
||||
| --web-server-machine-type=WEB_SERVER_MACHINE_TYPE
|
||||
| --airflow-version=AIRFLOW_VERSION | --image-version=IMAGE_VERSION
|
||||
|
|
@ -103,9 +104,17 @@ REQUIRED FLAGS
|
|||
--disable-high-resilience
|
||||
Disable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--disable-logs-in-cloud-logging-only
|
||||
Disable logs in cloud logging only, supported for Composer 2
|
||||
Environments.
|
||||
|
||||
--enable-high-resilience
|
||||
Enable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--enable-logs-in-cloud-logging-only
|
||||
Enable logs in cloud logging only, 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