Switch to v1.26 by default? How to switch existing cluster to new major release? #700
-
Since Kubernetes v1.27 is coming out next week, maybe we should consider switching to v1.26 by default? Also a genuine question, is it possible to update k3s from 1.25 to 1.26 without recreating the whole cluster, or is it advised against? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@aleksasiriski Just change the initial_k3s_channel, and if not reflected (I do not not remember), edit the system-upgrade manifests in the cluster to change that value. As soon as you do, node by node, it will upgrade (or downgrade) like a charm! If you haven't seen it yet, it's worth the popcorn! I usually have a look with |
Beta Was this translation helpful? Give feedback.
And it's really safe from what I have seen, unless you are running stuff like rancher that is not compatible with edge versions. About the version change, it's all about Rancher, but now it seems Rancher supports v1.26, so we are good to go, will do it! 👍