mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -29,6 +29,8 @@ SYNOPSIS
|
|||
--enable-ip-alias --enable-ip-masq-agent
|
||||
--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
|
||||
|
|
@ -374,6 +376,16 @@ 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, supported for Composer 2
|
||||
Environments.
|
||||
|
||||
--enable-cloud-data-lineage-integration
|
||||
Enable Cloud Data Lineage integration, supported for Composer 2
|
||||
Environments.
|
||||
|
||||
Master Authorized Networks configuration
|
||||
|
||||
--enable-master-authorized-networks
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
| --enable-high-resilience | --enable-logs-in-cloud-logging-only
|
||||
| --environment-size=ENVIRONMENT_SIZE | --node-count=NODE_COUNT
|
||||
| --web-server-machine-type=WEB_SERVER_MACHINE_TYPE
|
||||
| --disable-cloud-data-lineage-integration
|
||||
| --enable-cloud-data-lineage-integration
|
||||
| --disable-master-authorized-networks
|
||||
--enable-master-authorized-networks
|
||||
--master-authorized-networks=[NETWORK,...]
|
||||
|
|
@ -124,6 +126,19 @@ REQUIRED FLAGS
|
|||
machine types is available here:
|
||||
https://cloud.google.com/composer/pricing.
|
||||
|
||||
Group of arguments for setting Cloud Data Lineage integration
|
||||
configuration in Composer 2.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-cloud-data-lineage-integration
|
||||
Disable Cloud Data Lineage integration, supported for Composer 2
|
||||
Environments.
|
||||
|
||||
--enable-cloud-data-lineage-integration
|
||||
Enable Cloud Data Lineage integration, supported for Composer 2
|
||||
Environments.
|
||||
|
||||
Group of arguments for setting master authorized networks configuration.
|
||||
|
||||
--disable-master-authorized-networks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue