1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +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

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