create
Create Dataplatform Cluster
Usage
ionosctl dataplatform cluster create [flags]
Aliases
For dataplatform
command:
[mdp dp stackable managed-dataplatform]
For cluster
command:
[c]
For create
command:
[c]
Description
The cluster will be provisioned in the datacenter matching the provided datacenterID. Therefore the datacenter must be created upfront and must be accessible by the user issuing the request
Options
-u, --api-url string Override default host url (default "https://api.ionos.com")
--cols strings Set of columns to be printed on output
Available columns: [Id Name Version MaintenanceWindow DatacenterId State]
-c, --config string Configuration file used for authentication (default "$XDG_CONFIG_HOME/ionosctl/config.json")
-i, --datacenter-id string The ID of the connected datacenter (required)
-f, --force Force command to execute without user input
-h, --help Print usage
--maintenance-day string Day Of the Week for the MaintenanceWindows. The MaintenanceWindow is a weekly 4 hour-long windows, during which maintenance might occur (required)
--maintenance-time string Time for the MaintenanceWindows. The MaintenanceWindow is a weekly 4 hour-long windows, during which maintenance might occur. e.g.: 16:30:59 (required)
-n, --name string The name of your cluster (required)
--no-headers Don't print table headers when table output is used
-o, --output string Desired output format [text|json|api-json] (default "text")
-q, --quiet Quiet output
-t, --timeout int Timeout option for Request [seconds] (default 60)
-v, --verbose Print step-by-step process when running command
--version string The version of your dataplatform cluster (default "same as 'dataplatform version active'")
-w, --wait-for-request Wait for the Request to be executed
Last updated