any idea? rancher stable version not compliant on kube 1.25+ #376
-
Hey, any idea? alternative? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@Gilaco Yes, most probably, rancher products tend to lag at few weeks, and since 1.25 k3s just came out, all you have to do for now is set initial_k3s_channel = 'v1.24' in your kube.tf and apply again, that should fix it! And in a few weeks or a month you can move to "v1.25". We will update the docs to inform that it is always better to stick to the latest kube - 1, products like AWS EKS are still stuck at 1.22 for instance, so v1.24 is already amazing! |
Beta Was this translation helpful? Give feedback.
-
So, that means that once v1.25.3+k3s1 was out, my cluster automatically switched to that Kubernetes version (while specifying stable)? And if I set initial_k3s_channel = "v1.24" and apply again it will be reverted? With no drawbacks? I'm asking because I have problems with postgres operator (PGO). It is not compatible with 1.25... |
Beta Was this translation helpful? Give feedback.
@Gilaco Yes, most probably, rancher products tend to lag at few weeks, and since 1.25 k3s just came out, all you have to do for now is set initial_k3s_channel = 'v1.24' in your kube.tf and apply again, that should fix it! And in a few weeks or a month you can move to "v1.25".
We will update the docs to inform that it is always better to stick to the latest kube - 1, products like AWS EKS are still stuck at 1.22 for instance, so v1.24 is already amazing!