yc managed-greenplum cluster create
Written by
Updated at November 2, 2024
Create Greenplum cluster
Command Usage
Syntax:
yc managed-greenplum cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
Flag | Description |
---|---|
--name |
string Cluster name. |
--description |
string Cluster description. |
--environment |
string Cluster environment. Values: production, prestable. |
--network-id |
string Network id. |
--network-name |
string Network name. |
--master-host-count |
int Master host count. Values: 1, 2. Default is 2. |
--segment-host-count |
int Segment host count. Default is 2. |
--segment-in-host |
int Numbers of segments in host. |
--user-name |
string Cluster owner user name. |
--user-password |
string Owner user password. Must be 8-128 characters long. |
--master-config |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of master config for Greenplum cluster. Possible property names:
|
--segment-config |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of segment config for Greenplum cluster. Possible property names:
|
--labels |
key=value[,key=value...] 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'. |
--host-group-ids |
value[,value] A list of host groups for Greenplum cluster. |
--master-host-group-ids |
value[,value] A list of host groups for Greenplum master subcluster. |
--segment-host-group-ids |
value[,value] A list of host groups for Greenplum segment subcluster. |
--security-group-ids |
value[,value] A list of security groups for the Greenplum cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--datalens-access |
Allow access for DataLens. |
--websql-access |
Allow access for Web SQL. |
--datatransfer-access |
Allow access for DataTransfer. |
--yandexquery-access |
Allow access for Yandex Query. |
--greenplum-version |
string Version of Greenplum used in the cluster. Values: 6.19 |
--zone-id |
string ID of the availability zone where the host resides. |
--subnet-id |
string ID of the subnet that the host should be created in. |
--backup-window-start |
timeofday Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
int Retention time in days of automated backups |
--assign-public-ip |
Whether the host should get a public IP address. |
--maintenance-window |
PROPERTY=VALUE[,PROPERTY=VALUE...] Maintenance window settings Possible property names:
|
--analyze-and-vacuum |
ANALYZE Configuration for ANALYZE and VACUUM background operations.Possible property names:
|
--query-killer-idle |
idle Configuration of script that kills long running queries that are in idle state. Possible property names:
|
--query-killer-idle-in-transaction |
idle in transaction Configuration of script that kills long running queries that are in idle in transaction state. Possible property names:
|
--query-killer-long-running |
PROPERTY=VALUE[,PROPERTY=VALUE...] Configuration of script that kills long running queries (in any state). Possible property names:
|
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
Flag | Description |
---|---|
--profile |
string Set the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
int Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
string Set the ID of the cloud to use. |
--folder-id |
string Set the ID of the folder to use. |
--folder-name |
string Set the name of the folder to use (will be resolved to id). |
--endpoint |
string Set the Cloud API endpoint (host:port). |
--token |
string Set the OAuth token to use. |
--impersonate-service-account-id |
string Set the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
string Set the output format: text (default), yaml, json, json-rest. |
--jq |
string Query to select values from the response using jq syntax |
-h ,--help |
Display help for the command. |