mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +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
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud dataproc workflow-templates set-managed-cluster
|
||||
(TEMPLATE : --region=REGION) [--no-address]
|
||||
[--autoscaling-policy=AUTOSCALING_POLICY] [--bucket=BUCKET]
|
||||
[--cluster-name=CLUSTER_NAME] [--confidential-compute]
|
||||
[--dataproc-metastore=DATAPROC_METASTORE] [--enable-component-gateway]
|
||||
(TEMPLATE : --region=REGION) [--autoscaling-policy=AUTOSCALING_POLICY]
|
||||
[--bucket=BUCKET] [--cluster-name=CLUSTER_NAME]
|
||||
[--confidential-compute] [--dataproc-metastore=DATAPROC_METASTORE]
|
||||
[--enable-component-gateway]
|
||||
[--initialization-action-timeout=TIMEOUT; default="10m"]
|
||||
[--initialization-actions=CLOUD_STORAGE_URI,[...]]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -54,6 +54,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
|
||||
|
|
@ -106,17 +107,6 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property dataproc/region.
|
||||
|
||||
FLAGS
|
||||
--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).
|
||||
|
||||
--autoscaling-policy=AUTOSCALING_POLICY
|
||||
ID of the autoscaling policy or fully qualified identifier for the
|
||||
autoscaling policy.
|
||||
|
|
@ -753,6 +743,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