mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -115,7 +115,7 @@ FLAGS
|
|||
When enabled the IP Masq Agent is deployed to the cluster with
|
||||
configuration to masquarade all traffic except between pods.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--env-variables=[NAME=VALUE,...]
|
||||
A comma-delimited list of environment variable NAME=VALUE pairs to
|
||||
|
|
@ -216,7 +216,7 @@ FLAGS
|
|||
IPv4 CIDR range to use for the Cloud SQL network. This should have a
|
||||
size of the netmask not greater than 24.
|
||||
|
||||
Cannot be specified unless '--enable-private-environment' is also
|
||||
Cannot be specified unless --enable-private-environment is also
|
||||
specified.
|
||||
|
||||
--composer-network-ipv4-cidr=COMPOSER_NETWORK_IPV4_CIDR
|
||||
|
|
@ -224,7 +224,7 @@ FLAGS
|
|||
size of the netmask between 24 and 29.
|
||||
|
||||
Can be specified for Composer 2.X or greater. Cannot be specified
|
||||
unless '--enable-private-environment' is also specified.
|
||||
unless --enable-private-environment is also specified.
|
||||
|
||||
--connection-subnetwork=CONNECTION_SUBNETWORK
|
||||
Subnetwork from which an IP address for internal communications will
|
||||
|
|
@ -233,7 +233,7 @@ FLAGS
|
|||
which the environment is connected.
|
||||
|
||||
Can be specified for Composer 2.X or greater. Cannot be specified
|
||||
unless '--enable-private-environment' is also specified.
|
||||
unless --enable-private-environment is also specified.
|
||||
|
||||
--enable-private-endpoint
|
||||
Environment cluster is managed using the private IP address of the
|
||||
|
|
@ -243,7 +243,7 @@ FLAGS
|
|||
If not specified, the master API endpoint will be accessible by its
|
||||
public IP address.
|
||||
|
||||
Cannot be specified unless '--enable-private-environment' is also
|
||||
Cannot be specified unless --enable-private-environment is also
|
||||
specified.
|
||||
|
||||
--enable-private-environment
|
||||
|
|
@ -252,28 +252,28 @@ FLAGS
|
|||
|
||||
If not specified, cluster nodes will be assigned public IP addresses.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--enable-privately-used-public-ips
|
||||
When enabled GKE pods and services may use public(non-RFC1918) IP
|
||||
ranges privately. The ranges are specified by '--cluster-ipv4-cidr'
|
||||
and ' --services-ipv4-cidr' flags.
|
||||
and --services-ipv4-cidr flags.
|
||||
|
||||
Cannot be specified unless '--enable-private-environment' is also
|
||||
Cannot be specified unless --enable-private-environment is also
|
||||
specified.
|
||||
|
||||
--master-ipv4-cidr=MASTER_IPV4_CIDR
|
||||
IPv4 CIDR range to use for the cluster master network. This should
|
||||
have a size of the netmask between 23 and 28.
|
||||
|
||||
Cannot be specified unless '--enable-private-environment' is also
|
||||
Cannot be specified unless --enable-private-environment is also
|
||||
specified.
|
||||
|
||||
--web-server-ipv4-cidr=WEB_SERVER_IPV4_CIDR
|
||||
IPv4 CIDR range to use for the Airflow web server network. This
|
||||
should have a size of the netmask between 24 and 29.
|
||||
|
||||
Cannot be specified unless '--enable-private-environment' is also
|
||||
Cannot be specified unless --enable-private-environment is also
|
||||
specified.
|
||||
|
||||
IP Alias (VPC-native)
|
||||
|
|
@ -282,14 +282,14 @@ FLAGS
|
|||
IP address range for the pods in this cluster in CIDR notation (e.g.
|
||||
10.0.0.0/14).
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--cluster-secondary-range-name=CLUSTER_SECONDARY_RANGE_NAME
|
||||
Secondary range to be used as the source for pod IPs. Alias ranges
|
||||
will be allocated from this secondary range. NAME must be the name of
|
||||
an existing secondary range in the cluster subnetwork.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--enable-ip-alias
|
||||
Enable use of alias IPs
|
||||
|
|
@ -302,7 +302,7 @@ FLAGS
|
|||
used to limit the size of IP range assigned to the node in VPC native
|
||||
cluster setup.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--services-ipv4-cidr=SERVICES_IPV4_CIDR
|
||||
IP range for the services IPs.
|
||||
|
|
@ -314,13 +314,13 @@ FLAGS
|
|||
If unspecified, the services CIDR range will be chosen with a default
|
||||
mask size.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
--services-secondary-range-name=SERVICES_SECONDARY_RANGE_NAME
|
||||
Secondary range to be used for services (e.g. ClusterIPs). NAME must
|
||||
be the name of an existing secondary range in the cluster subnetwork.
|
||||
|
||||
Cannot be specified unless '--enable-ip-alias' is also specified.
|
||||
Cannot be specified unless --enable-ip-alias is also specified.
|
||||
|
||||
Master Authorized Networks configuration
|
||||
|
||||
|
|
@ -333,7 +333,7 @@ FLAGS
|
|||
Comma separated Master Authorized Networks specified in CIDR
|
||||
notation.
|
||||
|
||||
Cannot be specified unless '--enable-master-authorized-networks' is
|
||||
Cannot be specified unless --enable-master-authorized-networks is
|
||||
also specified.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue