1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
(ENVIRONMENT : --location=LOCATION) [--airflow-configs=[KEY=VALUE,...]]
[--async] [--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE]
[--cloud-sql-preferred-zone=CLOUD_SQL_PREFERRED_ZONE]
[--disk-size=DISK_SIZE] [--enable-high-resilience]
[--disable-logs-in-cloud-logging-only] [--disk-size=DISK_SIZE]
[--enable-high-resilience] [--enable-logs-in-cloud-logging-only]
[--env-variables=[NAME=VALUE,...]]
[--environment-size=ENVIRONMENT_SIZE] [--labels=[KEY=VALUE,...]]
[--machine-type=MACHINE_TYPE] [--node-count=NODE_COUNT]
@ -127,6 +128,10 @@ FLAGS
--cloud-sql-preferred-zone=CLOUD_SQL_PREFERRED_ZONE
Select cloud sql preferred zone, supported for Composer 2 Environments.
--disable-logs-in-cloud-logging-only
Disable logs in cloud logging only, supported for Composer 2
Environments.
--disk-size=DISK_SIZE
The disk size for each VM node in the environment. The minimum size is
20GB, and the maximum is 64TB. Specified value must be an integer
@ -136,6 +141,10 @@ FLAGS
--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.
--env-variables=[NAME=VALUE,...]
A comma-delimited list of environment variable NAME=VALUE pairs to
provide to the Airflow scheduler, worker, and webserver processes. NAME

View file

@ -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,