API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project identifier
Region identifier
The keypair of the cluster
1 - 255The name of the cluster
1 - 20The pools of the cluster
1The version of the k8s cluster
Cluster add-ons configuration
Authentication settings
{
"oidc": {
"client_id": "kubernetes",
"groups_claim": "groups",
"groups_prefix": "oidc:",
"issuer_url": "https://accounts.provider.example",
"required_claims": { "claim": "value" },
"signing_algs": ["RS256", "RS512"],
"username_claim": "sub",
"username_prefix": "oidc:"
}
}Cluster autoscaler configuration.
It allows you to override the default cluster-autoscaler parameters provided by the platform with your preferred values.
Supported parameters (in alphabetical order):
{ "scale-down-unneeded-time": "5m" }Cluster CNI settings
{
"cilium": {
"encryption": true,
"hubble_relay": true,
"hubble_ui": true,
"lb_acceleration": true,
"lb_mode": "snat",
"tunnel": "geneve"
},
"provider": "cilium"
}Container Storage Interface (CSI) driver settings
Advanced DDoS Protection profile
{
"enabled": true,
"fields": [
{
"base_field": 10,
"field_value": [45046, 45047]
}
],
"profile_template": 29
}The network of the cluster
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The subnet of the cluster
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Enable public v6 address
true
Logging configuration
{
"destination_region_id": 1,
"enabled": true,
"retention_policy": { "period": 45 },
"topic_name": "my-log-name"
}The IP pool for the pods
"172.16.0.0/18"
The IPv6 pool for the pods
"2a03:90c0:88:393::/64"
The IP pool for the services
"172.24.0.0/18"
The IPv6 pool for the services
"2a03:90c0:88:381::/108"
Task IDs for cluster creation
List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress:
GET /v1/tasks/{task_id} - Check individual task status and details
Poll task status until completion (FINISHED/ERROR) before proceeding with dependent operations.