mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta dataproc clusters create (CLUSTER : --region=REGION)
|
||||
--autoscaling-policy=AUTOSCALING_POLICY [--no-address] [--async]
|
||||
[--no-address] [--async] [--autoscaling-policy=AUTOSCALING_POLICY]
|
||||
[--bucket=BUCKET] [--dataproc-metastore=DATAPROC_METASTORE]
|
||||
[--driver-pool-accelerator=[type=TYPE,[count=COUNT],...]]
|
||||
[--driver-pool-boot-disk-size=DRIVER_POOL_BOOT_DISK_SIZE]
|
||||
|
|
@ -102,11 +102,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.
|
||||
|
|
@ -122,6 +117,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
|
||||
|
|
@ -449,14 +449,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
|
||||
|
|
@ -710,14 +712,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
|
||||
|
|
|
|||
|
|
@ -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 ...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue