mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Feb 20 10:40:27 UTC 2025
This commit is contained in:
parent
44f319c56c
commit
8d1a988ab5
295 changed files with 11246 additions and 956 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta composer environments create
|
||||
(ENVIRONMENT : --location=LOCATION) [--airflow-configs=[KEY=VALUE,...]]
|
||||
[--airflow-database-retention-days=AIRFLOW_DATABASE_RETENTION_DAYS]
|
||||
[--async] [--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE]
|
||||
[--cloud-sql-preferred-zone=CLOUD_SQL_PREFERRED_ZONE]
|
||||
[--composer-internal-ipv4-cidr-block=COMPOSER_INTERNAL_IPV4_CIDR_BLOCK]
|
||||
|
|
@ -123,6 +124,10 @@ FLAGS
|
|||
set. For information on how to structure KEYs and VALUEs, run $ gcloud
|
||||
help composer environments update.
|
||||
|
||||
--airflow-database-retention-days=AIRFLOW_DATABASE_RETENTION_DAYS
|
||||
The number of days for the Airflow database retention period. If set to
|
||||
0, the Airflow database retention mechanism will be disabled.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta composer environments update
|
||||
(ENVIRONMENT : --location=LOCATION)
|
||||
(--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
|
||||
(--airflow-database-retention-days=AIRFLOW_DATABASE_RETENTION_DAYS
|
||||
| --cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
|
||||
| --disable-high-resilience | --disable-logs-in-cloud-logging-only
|
||||
| --disable-private-environment | --enable-high-resilience
|
||||
| --enable-logs-in-cloud-logging-only | --enable-private-environment
|
||||
|
|
@ -106,6 +107,10 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--airflow-database-retention-days=AIRFLOW_DATABASE_RETENTION_DAYS
|
||||
The number of days for the Airflow database retention period. If set
|
||||
to 0, the Airflow database retention mechanism will be disabled.
|
||||
|
||||
--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
|
||||
Cloud SQL machine type used by the Airflow database. The list of
|
||||
available machine types is available here:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue