1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -63,7 +63,8 @@ SYNOPSIS
[[--metric-sources=[METRIC_SOURCE,...]
: --metric-overrides=[METRIC_SOURCE:INSTANCE:GROUP:METRIC,...]
| --metric-overrides-file=METRIC_OVERRIDES_FILE]]
[--single-node | --num-secondary-workers=NUM_SECONDARY_WORKERS
[--single-node | --min-num-workers=MIN_NUM_WORKERS
--num-secondary-workers=NUM_SECONDARY_WORKERS
--num-workers=NUM_WORKERS
--secondary-worker-type=TYPE; default="preemptible"]
[GCLOUD_WIDE_FLAG ...]
@ -840,6 +841,10 @@ FLAGS
Multi-node cluster flags
--min-num-workers=MIN_NUM_WORKERS
The minimum number of workers nodes to provision for cluster create
operations to succeed.
--num-secondary-workers=NUM_SECONDARY_WORKERS
The number of secondary worker nodes in the cluster.

View file

@ -49,7 +49,8 @@ SYNOPSIS
[[--metric-sources=[METRIC_SOURCE,...]
: --metric-overrides=[METRIC_SOURCE:INSTANCE:GROUP:METRIC,...]
| --metric-overrides-file=METRIC_OVERRIDES_FILE]]
[--single-node | --num-secondary-workers=NUM_SECONDARY_WORKERS
[--single-node | --min-num-workers=MIN_NUM_WORKERS
--num-secondary-workers=NUM_SECONDARY_WORKERS
--num-workers=NUM_WORKERS
--secondary-worker-type=TYPE; default="preemptible"]
[GCLOUD_WIDE_FLAG ...]
@ -706,6 +707,10 @@ FLAGS
Multi-node cluster flags
--min-num-workers=MIN_NUM_WORKERS
The minimum number of workers nodes to provision for cluster create
operations to succeed.
--num-secondary-workers=NUM_SECONDARY_WORKERS
The number of secondary worker nodes in the cluster.