mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -2,9 +2,9 @@ NAME
|
|||
gcloud beta dataproc clusters create - create a cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataproc clusters create (CLUSTER : --region=REGION)
|
||||
[--no-address] [--async] [--autoscaling-policy=AUTOSCALING_POLICY]
|
||||
[--bucket=BUCKET] [--dataproc-metastore=DATAPROC_METASTORE]
|
||||
gcloud beta dataproc clusters create (CLUSTER : --region=REGION) [--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]
|
||||
[--driver-pool-boot-disk-type=DRIVER_POOL_BOOT_DISK_TYPE]
|
||||
|
|
@ -60,6 +60,7 @@ SYNOPSIS
|
|||
--kerberos-root-principal-password-uri=KERBEROS_ROOT_PRINCIPAL_PASSWORD_URI [--kerberos-kms-key=KERBEROS_KMS_KEY : --kerberos-kms-key-keyring=KERBEROS_KMS_KEY_KEYRING --kerberos-kms-key-location=KERBEROS_KMS_KEY_LOCATION --kerberos-kms-key-project=KERBEROS_KMS_KEY_PROJECT]]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[--no-address | --public-ip-address]
|
||||
[--single-node | --min-num-workers=MIN_NUM_WORKERS
|
||||
--num-secondary-workers=NUM_SECONDARY_WORKERS
|
||||
--num-workers=NUM_WORKERS
|
||||
|
|
@ -111,17 +112,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).
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -801,6 +791,31 @@ FLAGS
|
|||
▸ provide the argument --kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
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,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta dataproc workflow-templates set-managed-cluster
|
||||
(TEMPLATE : --region=REGION) [--no-address]
|
||||
[--autoscaling-policy=AUTOSCALING_POLICY] [--bucket=BUCKET]
|
||||
[--cluster-name=CLUSTER_NAME] [--dataproc-metastore=DATAPROC_METASTORE]
|
||||
[--enable-component-gateway]
|
||||
(TEMPLATE : --region=REGION) [--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,...]]
|
||||
|
|
@ -49,6 +48,7 @@ SYNOPSIS
|
|||
--tags=TAG,[TAG,...] --network=NETWORK | --subnet=SUBNET
|
||||
--reservation=RESERVATION
|
||||
--reservation-affinity=RESERVATION_AFFINITY; default="any"]
|
||||
[--no-address | --public-ip-address]
|
||||
[--single-node | --min-num-workers=MIN_NUM_WORKERS
|
||||
--num-secondary-workers=NUM_SECONDARY_WORKERS
|
||||
--num-workers=NUM_WORKERS
|
||||
|
|
@ -101,17 +101,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.
|
||||
|
|
@ -678,6 +667,31 @@ FLAGS
|
|||
The type of reservation for the instance. RESERVATION_AFFINITY must
|
||||
be one of: any, none, specific.
|
||||
|
||||
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