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 - 255"some_keypair"
The name of the cluster
1 - 20"string"
The pools of the cluster
1The version of the k8s cluster
"1.28.1"
Cluster add-ons configuration
{
"slurm": {
"enabled": true,
"file_share_id": "cbc94d0e-06c6-4d12-9e86-9782ba14fc8c",
"ssh_key_ids": [
"25735292-bd97-44b0-a1af-d7eab876261d",
"efc01f3a-35b9-4385-89f9-e38439093ee7"
],
"worker_count": 2
}
}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
{ "nfs": { "vast_enabled": true } }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.["d478ae29-dedc-4869-82f0-96104425f565"]