mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Jan 31 10:36:17 UTC 2024
This commit is contained in:
parent
7a546ffea4
commit
fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions
|
|
@ -4,9 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud dataproc clusters create (CLUSTER : --region=REGION)
|
||||
[--action-on-failed-primary-workers=ACTION_ON_FAILED_PRIMARY_WORKERS]
|
||||
[--no-address] [--async] [--autoscaling-policy=AUTOSCALING_POLICY]
|
||||
[--bucket=BUCKET] [--confidential-compute]
|
||||
[--dataproc-metastore=DATAPROC_METASTORE]
|
||||
[--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]
|
||||
[--driver-pool-boot-disk-type=DRIVER_POOL_BOOT_DISK_TYPE]
|
||||
|
|
@ -67,6 +66,7 @@ SYNOPSIS
|
|||
[[--metric-sources=[METRIC_SOURCE,...]
|
||||
: --metric-overrides=[METRIC_SOURCE:INSTANCE:GROUP:METRIC,...]
|
||||
| --metric-overrides-file=METRIC_OVERRIDES_FILE]]
|
||||
[--no-address | --public-ip-address]
|
||||
[--single-node | --min-num-workers=MIN_NUM_WORKERS
|
||||
--num-secondary-workers=NUM_SECONDARY_WORKERS
|
||||
--num-workers=NUM_WORKERS
|
||||
|
|
@ -128,17 +128,6 @@ FLAGS
|
|||
NO_ACTION
|
||||
take no action
|
||||
|
||||
--no-address
|
||||
If provided, the instances in the cluster will not be assigned external
|
||||
IP addresses.
|
||||
|
||||
If omitted the instances in the cluster will each be assigned an
|
||||
ephemeral external IP address.
|
||||
|
||||
Note: Dataproc VMs need access to the Dataproc API. This can be
|
||||
achieved without external IP addresses using Private Google Access
|
||||
(https://cloud.google.com/compute/docs/private-google-access).
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -886,6 +875,31 @@ FLAGS
|
|||
metrics enabled for the metric sources. The path can be a Cloud
|
||||
Storage URL (example: gs://path/to/file) or a local file system path.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--no-address
|
||||
If provided, the instances in the cluster will not be assigned
|
||||
external IP addresses.
|
||||
|
||||
If omitted, then the Dataproc service will apply a default policy to
|
||||
determine if each instance in the cluster gets an external IP address
|
||||
or not.
|
||||
|
||||
Note: Dataproc VMs need access to the Dataproc API. This can be
|
||||
achieved without external IP addresses using Private Google Access
|
||||
(https://cloud.google.com/compute/docs/private-google-access).
|
||||
|
||||
--public-ip-address
|
||||
If provided, cluster instances are assigned external IP addresses.
|
||||
|
||||
If omitted, the Dataproc service applies a default policy to
|
||||
determine whether or not each instance in the cluster gets an
|
||||
external IP address.
|
||||
|
||||
Note: Dataproc VMs need access to the Dataproc API. This can be
|
||||
achieved without external IP addresses using Private Google Access
|
||||
(https://cloud.google.com/compute/docs/private-google-access).
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--single-node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue