mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue