mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Oct 30 11:14:52 UTC 2025
This commit is contained in:
parent
a763c0bf0a
commit
4b21ae6795
132 changed files with 2511 additions and 503 deletions
|
|
@ -23,8 +23,9 @@ SYNOPSIS
|
|||
[--cloud-sql-ipv4-cidr=CLOUD_SQL_IPV4_CIDR
|
||||
--composer-network-ipv4-cidr=COMPOSER_NETWORK_IPV4_CIDR
|
||||
--connection-subnetwork=CONNECTION_SUBNETWORK
|
||||
--connection-type=CONNECTION_TYPE --enable-private-endpoint
|
||||
--enable-private-environment --enable-privately-used-public-ips
|
||||
--connection-type=CONNECTION_TYPE --disable-private-environment
|
||||
--enable-private-endpoint --enable-private-environment
|
||||
--enable-privately-used-public-ips
|
||||
--master-ipv4-cidr=MASTER_IPV4_CIDR
|
||||
--web-server-ipv4-cidr=WEB_SERVER_IPV4_CIDR]
|
||||
[--cluster-ipv4-cidr=CLUSTER_IPV4_CIDR
|
||||
|
|
@ -304,6 +305,12 @@ FLAGS
|
|||
CONNECTION_TYPE must be one of: connection-type-unspecified,
|
||||
private-service-connect, vpc-peering.
|
||||
|
||||
--disable-private-environment
|
||||
Enables internet connection for Composer components.
|
||||
|
||||
When used with Composer 2, this means the environment cluster is
|
||||
created with public IP addresses on the cluster nodes.
|
||||
|
||||
--enable-private-endpoint
|
||||
Environment cluster is managed using the private IP address of the
|
||||
master API endpoint. Therefore access to the master endpoint must be
|
||||
|
|
@ -316,13 +323,11 @@ FLAGS
|
|||
specified.
|
||||
|
||||
--enable-private-environment
|
||||
Environment cluster is created with no public IP addresses on the
|
||||
cluster nodes.
|
||||
Disables internet connection from any Composer component.
|
||||
|
||||
If not specified, cluster nodes will be assigned public IP addresses.
|
||||
|
||||
When used with Composer 3, disable internet connection from any
|
||||
Composer component.
|
||||
When used with Composer 2, the environment cluster is created with no
|
||||
public IP addresses on the cluster nodes. If not specified, cluster
|
||||
nodes will be assigned public IP addresses.
|
||||
|
||||
When used with Composer 1.x, cannot be specified unless
|
||||
--enable-ip-alias is also specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue