You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the latest K8s Version in SKE is 1.29 in state preview.
Trying to use it with the TF provider I got the error:
Plan: 1 to add, 0 to change, 0 to destroy.
stackit_ske_cluster.dnse2e: Creating...
╷
│ Error: Error creating/updating cluster
│
│ with stackit_ske_cluster.xxxxx,
│ on ske.tf line 1, in resource "stackit_ske_cluster" "xxxxx":
│ 1: resource "stackit_ske_cluster" "xxxxx" {
│
│ Creating cluster config API payload: getting latest matching kubernetes version: provided version is not one of the available kubernetes versions, available versions are: 1.26.15,1.27.14,1.28.10,1.27.15,1.28.11,1.29.6
But as a TF user I also want to use/test the new preview versions of Kubernetes.
(The same probably applies to "state deprecated" version - at least as long as they are able to be provisioned"state deprecated" can not be deployed anymore)
IMHO the logic needs to be adapted for kubernetes_version_min to something like:
search for a version in state "supported"
if no result - search for a version in state "preview"
if no result - search for a version in state "deprecated"
This would result into having the "bestSupported" kubernetes_version.
Hi,
the latest K8s Version in SKE is 1.29 in state preview.
Trying to use it with the TF provider I got the error:
TF code (some fields x-out):
The text was updated successfully, but these errors were encountered: