mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
(ENVIRONMENT : --location=LOCATION) [--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-cloud-data-lineage-integration]
|
||||
[--enable-high-resilience] [--env-variables=[NAME=VALUE,...]]
|
||||
[--disk-size=DISK_SIZE] [--enable-high-resilience]
|
||||
[--env-variables=[NAME=VALUE,...]]
|
||||
[--environment-size=ENVIRONMENT_SIZE] [--labels=[KEY=VALUE,...]]
|
||||
[--machine-type=MACHINE_TYPE] [--node-count=NODE_COUNT]
|
||||
[--oauth-scopes=[SCOPE,...]] [--python-version=PYTHON_VERSION]
|
||||
|
|
@ -29,6 +29,8 @@ SYNOPSIS
|
|||
--max-pods-per-node=MAX_PODS_PER_NODE
|
||||
--services-ipv4-cidr=SERVICES_IPV4_CIDR
|
||||
--services-secondary-range-name=SERVICES_SECONDARY_RANGE_NAME]
|
||||
[--disable-cloud-data-lineage-integration
|
||||
| --enable-cloud-data-lineage-integration]
|
||||
[--enable-master-authorized-networks
|
||||
--master-authorized-networks=[NETWORK,...]]
|
||||
[--enable-scheduled-snapshot-creation
|
||||
|
|
@ -131,12 +133,6 @@ FLAGS
|
|||
multiple of gigabytes. Cannot be updated after the environment has been
|
||||
created. If units are not provided, defaults to GB.
|
||||
|
||||
Group of arguments for setting Cloud Data Lineage integration
|
||||
configuration in Composer 2.
|
||||
|
||||
--enable-cloud-data-lineage-integration
|
||||
Enable Cloud Data Lineage integration.
|
||||
|
||||
--enable-high-resilience
|
||||
Enable high resilience, supported for Composer 2 Environments.
|
||||
|
||||
|
|
@ -380,6 +376,14 @@ FLAGS
|
|||
When used with Composer 1.x, cannot be specified unless
|
||||
--enable-ip-alias is also specified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-cloud-data-lineage-integration
|
||||
Disable Cloud Data Lineage integration.
|
||||
|
||||
--enable-cloud-data-lineage-integration
|
||||
Enable Cloud Data Lineage integration.
|
||||
|
||||
Master Authorized Networks configuration
|
||||
|
||||
--enable-master-authorized-networks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue