List the available Kubernetes versions
You can list the minor versions available to create your cluster Kubernetes.
When creating it, specify the desired <major>.<minor> version.
Numspot automatically manages patch versions to provide you with the most up-to-date version.
Permissions
No IAM (Identity and Access Management) permission is required to perform this action.
- API
The GET /kubernetes/versions request returns the list of minor Kubernetes versions offered by Numspot.
Example response
{
"versions": ["1.34"]
}