Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project identifier
Region identifier
Body
The keypair of the cluster
1 - 255
"some_keypair"
The name of the cluster
1 - 20
"string"
The pools of the cluster
1
The version of the k8s cluster
"1.28.1"
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 params
{ "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"
}
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
false
Logging configuration
{
"destination_region_id": 1,
"enabled": true,
"retention_policy": { "period": 45 },
"topic_name": "my-log-name"
}
null
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"
Response
Task IDs for cluster creation
List of task IDs
["d478ae29-dedc-4869-82f0-96104425f565"]