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

gcloud: Thu Nov 9 11:45:52 UTC 2023

This commit is contained in:
Automated 2023-11-09 11:45:52 +00:00
parent f2c5d1d45f
commit 03f0979970
300 changed files with 8569 additions and 1319 deletions

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud beta dataproc clusters update (CLUSTER : --region=REGION) [--async]
[--graceful-decommission-timeout=GRACEFUL_DECOMMISSION_TIMEOUT]
[--min-secondary-worker-fraction=MIN_SECONDARY_WORKER_FRACTION]
[--num-secondary-workers=NUM_SECONDARY_WORKERS]
[--num-workers=NUM_WORKERS] [--update-labels=[KEY=VALUE,...]]
[--autoscaling-policy=AUTOSCALING_POLICY | --disable-autoscaling]
@ -91,6 +92,12 @@ FLAGS
maximum allowed timeout is 1 day. See $ gcloud topic datetimes for
information on duration formats.
--min-secondary-worker-fraction=MIN_SECONDARY_WORKER_FRACTION
Minimum fraction of new secondary worker nodes added in a scale up
update operation, required to update the cluster. If it is not met,
cluster updation will rollback the addition of secondary workers. Must
be a decimal value between 0 and 1. Defaults to 0.0001.
--num-secondary-workers=NUM_SECONDARY_WORKERS
The new number of secondary worker nodes in the cluster.