1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta dataproc workflow-templates set-managed-cluster
(TEMPLATE : --region=REGION) [--autoscaling-policy=AUTOSCALING_POLICY]
[--bucket=BUCKET] [--cluster-name=CLUSTER_NAME]
[--bucket=BUCKET] [--cluster-name=CLUSTER_NAME] [--cluster-type=TYPE]
[--enable-component-gateway]
[--initialization-action-timeout=TIMEOUT; default="10m"]
[--initialization-actions=CLOUD_STORAGE_URI,[...]]
@ -128,6 +128,10 @@ FLAGS
The name of the managed dataproc cluster. If unspecified, the workflow
template ID will be used.
--cluster-type=TYPE
The type of cluster. TYPE must be one of: standard, single-node,
zero-scale.
--enable-component-gateway
Enable access to the web UIs of selected components on the cluster
through the component gateway.