yc dataproc cluster create
Create a cluster.
Command Usage
Syntax:
yc dataproc cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Name of the cluster. |
|
|
Description of the cluster. |
|
|
ID of the availability zone where the cluster resides. |
|
|
Service account id. |
|
|
Service account name. |
|
|
Autoscaling service account id. |
|
|
Autoscaling service account name. |
|
|
Version of an image for cluster provisioning. |
|
|
List of used services in a cluster. If no service is specified, the default set will be used. |
|
|
Properties passed to all hosts *-site.xml configurations in <service>:<property>=<value> format. |
|
|
Specify a list of SSH public keys that will be set as authorized keys to root user on cluster hosts. |
|
|
Specifies options for subclusters. Can be passed multiple times. Possible property names:
|
|
|
Specifies initialization action. Can be passed multiple times. Possible property names:
|
|
|
Whether to enable OSLogin feature. |
|
|
Object Storage bucket to be used for Data Proc jobs that are run in the cluster. |
|
|
A list of cluster labels as key-value pairs. |
|
|
Whether to enable UI Proxy feature. |
|
|
A list of security groups for the Data Proc cluster. |
|
|
A list of host groups to place VMs of cluster on. |
|
|
Deletion Protection inhibits deletion of the cluster. |
|
|
Id of a log group to write cluster logs to. |
|
|
Cluster environment. Values: production, prestable. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |