Nodepool Template
Nodepool templates are Exoscale-managed instance templates for SKS worker nodes.
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
| Name | In | Description |
|---|---|---|
kube-version | path | |
variant | path |
Responses
Status: 200 - 200
Content-Type: application/json
| Property | Type | Description |
|---|---|---|
active-template | string |
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