1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -32,6 +32,8 @@ SYNOPSIS
--snapshot-creation-schedule=SNAPSHOT_CREATION_SCHEDULE
--snapshot-location=SNAPSHOT_LOCATION
--snapshot-schedule-timezone=SNAPSHOT_SCHEDULE_TIMEZONE]
[--enable-triggerer --triggerer-count=TRIGGERER_COUNT
--triggerer-cpu=TRIGGERER_CPU --triggerer-memory=TRIGGERER_MEMORY]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
[--maintenance-window-end=MAINTENANCE_WINDOW_END
@ -401,6 +403,28 @@ FLAGS
This flag argument must be specified if any of the other arguments in
this group are specified.
Group of arguments for setting triggerer settings in Composer 2.0.31 or
greater.
--enable-triggerer
(DEPRECATED) Enable use of a triggerer, supported in the Environments
with Composer 2.0.31 and Airflow 2.2.5 and greater.
This flag is deprecated. Use --triggerer-count instead.
--triggerer-count=TRIGGERER_COUNT
Number of triggerers, supported in the Environments with Composer
2.0.31 and Airflow 2.2.5 and greater.
--triggerer-cpu=TRIGGERER_CPU
CPU allocated to Airflow triggerer. Supported in the Environments
with Composer 2.0.31 and Airflow 2.2.5 and greater.
--triggerer-memory=TRIGGERER_MEMORY
Memory allocated to Airflow triggerer, ex. 512MB, 3GB, 2. If units
are not provided, defaults to GB. Supported in the Environments with
Composer 2.0.31 and Airflow 2.2.5 and greater.
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
be used to protect the environment. The 'Cloud Composer Service Agent'
service account must hold permission 'Cloud KMS CryptoKey

View file

@ -25,7 +25,10 @@ SYNOPSIS
--scheduler-storage=SCHEDULER_STORAGE --web-server-cpu=WEB_SERVER_CPU
--web-server-memory=WEB_SERVER_MEMORY
--web-server-storage=WEB_SERVER_STORAGE --worker-cpu=WORKER_CPU
--worker-memory=WORKER_MEMORY --worker-storage=WORKER_STORAGE
--worker-memory=WORKER_MEMORY
--worker-storage=WORKER_STORAGE --disable-triggerer
| --enable-triggerer --triggerer-count=TRIGGERER_COUNT
--triggerer-cpu=TRIGGERER_CPU --triggerer-memory=TRIGGERER_MEMORY
| --update-airflow-configs=[KEY=VALUE,...] --clear-airflow-configs
| --remove-airflow-configs=[KEY,...]
| --update-env-variables=[NAME=VALUE,...] --clear-env-variables
@ -252,6 +255,42 @@ REQUIRED FLAGS
Storage allocated to Airflow worker, ex. 600MB, 3GB, 2. If units
are not provided, defaults to GB.
Group of arguments for setting triggerer settings in Composer 2.0.31
or greater.
At most one of these can be specified:
--disable-triggerer
(DEPRECATED) Disable a triggerer, supported in the Environments
with Composer 2.0.31 and Airflow 2.2.5 and greater.
This flag is deprecated. Use --triggerer-count 0 instead.
Group of arguments for setting triggerer settings during update in
Composer 2.0.31 or greater.
--enable-triggerer
(DEPRECATED) Enable use of a triggerer, supported in the
Environments with Composer 2.0.31 and Airflow 2.2.5 and
greater.
This flag is deprecated. Use --triggerer-count instead.
--triggerer-count=TRIGGERER_COUNT
Number of triggerers, supported in the Environments with
Composer 2.0.31 and Airflow 2.2.5 and greater.
--triggerer-cpu=TRIGGERER_CPU
CPU allocated to Airflow triggerer. Supported in the
Environments with Composer 2.0.31 and Airflow 2.2.5 and
greater.
--triggerer-memory=TRIGGERER_MEMORY
Memory allocated to Airflow triggerer, ex. 512MB, 3GB, 2. If
units are not provided, defaults to GB. Supported in the
Environments with Composer 2.0.31 and Airflow 2.2.5 and
greater.
Group of arguments for modifying the Airflow configuration.
--update-airflow-configs=[KEY=VALUE,...]