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
[--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]
@ -123,6 +124,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
@ -132,6 +137,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

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud 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
| --disable-master-authorized-networks
@ -99,9 +100,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,