mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -4,9 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta dataproc workflow-templates set-managed-cluster
|
||||
(TEMPLATE : --region=REGION) --autoscaling-policy=AUTOSCALING_POLICY
|
||||
[--no-address] [--bucket=BUCKET] [--cluster-name=CLUSTER_NAME]
|
||||
[--dataproc-metastore=DATAPROC_METASTORE] [--enable-component-gateway]
|
||||
(TEMPLATE : --region=REGION) [--no-address]
|
||||
[--autoscaling-policy=AUTOSCALING_POLICY] [--bucket=BUCKET]
|
||||
[--cluster-name=CLUSTER_NAME] [--dataproc-metastore=DATAPROC_METASTORE]
|
||||
[--enable-component-gateway]
|
||||
[--initialization-action-timeout=TIMEOUT; default="10m"]
|
||||
[--initialization-actions=CLOUD_STORAGE_URI,[...]]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -90,11 +91,6 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property dataproc/region.
|
||||
|
||||
FLAGS
|
||||
--autoscaling-policy=AUTOSCALING_POLICY
|
||||
ID of the autoscaling policy or fully qualified identifier for the
|
||||
autoscaling policy. To set the autoscaling_policy attribute:
|
||||
◆ provide the argument --autoscaling-policy on the command line.
|
||||
|
||||
--no-address
|
||||
If provided, the instances in the cluster will not be assigned external
|
||||
IP addresses.
|
||||
|
|
@ -106,6 +102,11 @@ FLAGS
|
|||
achieved without external IP addresses using Private Google Access
|
||||
(https://cloud.google.com/compute/docs/private-google-access).
|
||||
|
||||
--autoscaling-policy=AUTOSCALING_POLICY
|
||||
ID of the autoscaling policy or fully qualified identifier for the
|
||||
autoscaling policy. To set the autoscaling_policy attribute:
|
||||
◆ provide the argument --autoscaling-policy on the command line.
|
||||
|
||||
--bucket=BUCKET
|
||||
The Google Cloud Storage bucket to use by default to stage job
|
||||
dependencies, miscellaneous config files, and job driver console output
|
||||
|
|
@ -470,14 +471,16 @@ FLAGS
|
|||
line.
|
||||
|
||||
--kerberos-kms-key-location=KERBEROS_KMS_KEY_LOCATION
|
||||
The Cloud location for the key. To set the kms-location attribute:
|
||||
The Google Cloud location for the key. To set the kms-location
|
||||
attribute:
|
||||
▫ provide the argument --kerberos-kms-key on the command line
|
||||
with a fully specified name;
|
||||
▫ provide the argument --kerberos-kms-key-location on the command
|
||||
line.
|
||||
|
||||
--kerberos-kms-key-project=KERBEROS_KMS_KEY_PROJECT
|
||||
The Cloud project for the key. To set the kms-project attribute:
|
||||
The Google Cloud project for the key. To set the kms-project
|
||||
attribute:
|
||||
▫ provide the argument --kerberos-kms-key on the command line
|
||||
with a fully specified name;
|
||||
▫ provide the argument --kerberos-kms-key-project on the command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue