1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -7,6 +7,9 @@ SYNOPSIS
(--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE
| --environment-size=ENVIRONMENT_SIZE | --node-count=NODE_COUNT
| --web-server-machine-type=WEB_SERVER_MACHINE_TYPE
| --disable-master-authorized-networks
--enable-master-authorized-networks
--master-authorized-networks=[NETWORK,...]
| --max-workers=MAX_WORKERS --min-workers=MIN_WORKERS
--scheduler-count=SCHEDULER_COUNT --scheduler-cpu=SCHEDULER_CPU
--scheduler-memory=SCHEDULER_MEMORY
@ -86,6 +89,25 @@ REQUIRED FLAGS
machine types is available here:
https://cloud.google.com/composer/pricing.
Group of arguments for setting master authorized networks configuration.
--disable-master-authorized-networks
Disable Master Authorized Networks feature
(https://cloud.google.com/kubernetes-engine/docs/how-to/authorized-networks/)
in the Composer Environment's GKE cluster.
--enable-master-authorized-networks
Enable Master Authorized Networks feature
(https://cloud.google.com/kubernetes-engine/docs/how-to/authorized-networks/)
in the Composer Environment's GKE cluster.
--master-authorized-networks=[NETWORK,...]
Comma separated Master Authorized Networks specified in CIDR
notation.
Cannot be specified unless --enable-master-authorized-networks is
also specified.
Group of arguments for setting workloads configuration in Composer 2.X
or greater (--scheduler-count flag is available for Composer 1.X as
well).