wodby cluster create
Create cluster
Usage
wodby cluster create [flags]
Options
| Flag |
Description |
Default |
--billing-option string |
Provider billing option |
- |
--data string |
JSON request body |
- |
--disable-monitoring |
Disable cluster monitoring |
false |
-f, --file string |
Path to JSON request body |
- |
-h, --help |
help for create |
false |
--integration string |
Integration ID |
- |
--machine-type string |
Machine type |
- |
--max-node-count int |
Maximum node count |
0 |
--min-node-count int |
Minimum node count |
0 |
--name string |
Cluster machine name |
- |
--node-disk-size int |
Node disk size |
0 |
--org string |
Organization ID; inferred when current credentials expose one org |
- |
--project string |
Project ID |
- |
--region string |
Provider region |
- |
--serverless |
Create a serverless cluster |
false |
--single-node |
Create a single-node cluster |
false |
--title string |
Cluster title |
- |
--version string |
Kubernetes version |
- |
--zone string |
Provider zone |
- |
Options inherited from parent commands
| Flag |
Description |
Default |
--access-token string |
Access token |
- |
--api-base-url string |
Public REST API base URL |
https://apiv2.wodby.com/v1 |
--api-key string |
API key |
- |
--ci-config-path string |
Path to CI config |
/tmp/.wodby-ci.json |
-o, --output string |
Output format: table, vertical, or json |
table |
--verbose |
Verbose output |
false |