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
Hi,
I am trying to create a SKE Cluster using the recently added os_version_min. However the terraform apply fails with the following error message:
╷
│ Error: Error creating/updating cluster
│
│ with stackit_ske_cluster.ske,
│ on main.tf line 131, in resource "stackit_ske_cluster" "ske":
│ 131: resource "stackit_ske_cluster" "ske" {
│
│ Calling API: 400 Bad Request, status code
│ 400, Body:
│ {"code":"InvalidArgument","message":"1 error
│ occurred:\n\t* invalid input: nodepoolName
│ \"np-example\": machine image version
│ \"3815.2.1\" is not available. Supported:
│ [\"3815.2.3\"], Preview
│ [\"3815.2.5\"]\n\n","details":""}
│
╵
I would expect this to still create the cluster with the currently supported os version based on the argument name. It works fine with an existing cluster that was upgraded, but I assume during creation the os version is used as a literal.
We checked the current implementation and your suggestion. This will be an enhancement in the current implementation. We have created a work item and will address it soon.
Hi,
I am trying to create a SKE Cluster using the recently added os_version_min. However the
terraform apply
fails with the following error message:I would expect this to still create the cluster with the currently supported os version based on the argument name. It works fine with an existing cluster that was upgraded, but I assume during creation the os version is used as a literal.
I am running the latest provider 0.24.2
Thanks for the help :)
The text was updated successfully, but these errors were encountered: