1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -3,9 +3,9 @@ NAME
SYNOPSIS
gcloud dataproc clusters create (CLUSTER : --region=REGION)
--autoscaling-policy=AUTOSCALING_POLICY
[--action-on-failed-primary-workers=ACTION_ON_FAILED_PRIMARY_WORKERS]
[--no-address] [--async] [--bucket=BUCKET] [--confidential-compute]
[--no-address] [--async] [--autoscaling-policy=AUTOSCALING_POLICY]
[--bucket=BUCKET] [--confidential-compute]
[--dataproc-metastore=DATAPROC_METASTORE]
[--driver-pool-accelerator=[type=TYPE,[count=COUNT],...]]
[--driver-pool-boot-disk-size=DRIVER_POOL_BOOT_DISK_SIZE]
@ -108,11 +108,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.
--action-on-failed-primary-workers=ACTION_ON_FAILED_PRIMARY_WORKERS
Failure action to take when primary workers fail during cluster
creation. ACTION_ON_FAILED_PRIMARY_WORKERS must be one of:
@ -139,6 +134,11 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--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
@ -474,14 +474,16 @@ FLAGS
line.
--gce-pd-kms-key-location=GCE_PD_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 --gce-pd-kms-key on the command line with a
fully specified name;
▸ provide the argument --gce-pd-kms-key-location on the command
line.
--gce-pd-kms-key-project=GCE_PD_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 --gce-pd-kms-key on the command line with a
fully specified name;
▸ provide the argument --gce-pd-kms-key-project on the command
@ -636,14 +638,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

View file

@ -7,7 +7,7 @@ SYNOPSIS
[--graceful-decommission-timeout=GRACEFUL_DECOMMISSION_TIMEOUT]
[--num-secondary-workers=NUM_SECONDARY_WORKERS]
[--num-workers=NUM_WORKERS] [--update-labels=[KEY=VALUE,...]]
[--autoscaling-policy=AUTOSCALING_POLICY : --disable-autoscaling]
[--autoscaling-policy=AUTOSCALING_POLICY | --disable-autoscaling]
[--clear-labels | --remove-labels=[KEY,...]]
[--expiration-time=EXPIRATION_TIME | --max-age=MAX_AGE | --no-max-age]
[--max-idle=MAX_IDLE | --no-max-idle] [GCLOUD_WIDE_FLAG ...]