Clusters
Create node pool inside a cluster.
POST
/api/v1/orgs/
{organisationSlug}
/clusters/{environmentSlug}
/{clusterSlug}
/poolsRequest Body
application/json
Requiredname
string
Minimum length:
1
Maximum length: 25
Pattern: "^[a-z0-9-]+$"
nodeSize
string
autoScaling
boolean
enableNodeAutoReplacement
boolean
enableNodeReboots
boolean
upgradeStrategy
string
Value in:
"REPLACE" | "INPLACE" | "INPLACE_WITHOUT_DRAIN" | "REPLACE_MINOR_INPLACE_PATCH" | "REPLACE_MINOR_INPLACE_PATCH_WITHOUT_DRAIN"
minSize
integer
Format:
"int64"
maxSize
integer
Format:
"int64"
availabilityZone
string
annotations
object
labels
object
taints
array<object>
Path Parameters
organisationSlug
Requiredstring
environmentSlug
Requiredstring
clusterSlug
Requiredstring
Request was successfully processed. The response body contains the requested data.