yc managed-greenplum cluster create
Create Greenplum cluster
Command Usage
Syntax:
yc managed-greenplum cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Cluster name. |
|
|
Cluster description. |
|
|
Cluster environment. Values: production, prestable. |
|
|
Network id. |
|
|
Network name. |
|
|
Master host count. Values: 1, 2. Default is 2. |
|
|
Segment host count. Default is 2. |
|
|
Numbers of segments in host. |
|
|
Cluster owner user name. |
|
|
Owner user password. Must be 8-128 characters long. |
|
|
Descriptions of master config for Greenplum cluster. Possible property names:
|
|
|
Descriptions of segment config for Greenplum cluster. Possible property names:
|
|
|
A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
|
|
A list of host groups for Greenplum cluster. |
|
|
A list of host groups for Greenplum master subcluster. |
|
|
A list of host groups for Greenplum segment subcluster. |
|
|
A list of security groups for the Greenplum cluster. |
|
|
Deletion Protection inhibits deletion of the cluster. |
|
|
Descriptions of cloud storage for Greenplum cluster. Possible property names:
|
|
|
ID of the service account used for access Yandex Cloud resources. |
|
|
Allow access for DataLens. |
|
|
Allow access for Web SQL. |
|
|
Allow access for DataTransfer. |
|
|
Allow access for Yandex Query. |
|
|
Version of Greenplum used in the cluster. Values: 6.28 |
|
|
ID of the availability zone where the host resides. |
|
|
ID of the subnet that the host should be created in. |
|
|
Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
|
|
Retention time in days of automated backups |
|
|
Whether the host should get a public IP address. |
|
|
Maintenance window settings Possible property names:
|
|
|
ANALYZE Possible property names:
|
|
|
Configuration of script that kills long running queries that are in idle state. Possible property names:
|
|
|
in transaction Possible property names:
|
|
|
Configuration of script that kills long running queries (in any state). Possible property names:
|
|
|
Whether logs generated by the Greenplum components are delivered to Cloud Logging. |
|
|
ID of the folder to store logs in default log_group. |
|
|
ID of the log_group to store logs in. |
|
|
Whether logs generated by the Command Center are delivered to Cloud Logging. |
|
|
Whether logs generated by the Greenplum are delivered to Cloud Logging. |
|
|
Whether logs generated by the Pooler are delivered to Cloud Logging. |
|
|
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. |