Nodepool Template

Nodepool Template

Nodepool templates are Exoscale-managed instance templates for SKS worker nodes.

Read more


Other Operations

get-active-nodepool-template

GET /sks-template/{kube-version}/{variant}

Get the active template for a given kube version and variant (standard | nvidia)

Path parameters

NameInDescription
kube-versionpath
variantpath

Responses

Status: 200 - 200

Content-Type: application/json

PropertyTypeDescription
active-templatestring
Example output
{
  "active-template": "string"
}

SDK reference for get-active-nodepool-template: golang | Python | Java

CLI: exo api get-active-nodepool-template

Last updated on