This message was deleted.
# k3s
a
This message was deleted.
c
you don’t have to, but it is a good idea to always be on the latest patch release of your current minor, before going to the next minor.
This is a Kubernetes thing: https://kubernetes.io/releases/version-skew-policy/#supported-component-upgrade-order
the Kubernetes project recommends that you do the following to benefit from as many regression and bug fixes as possible during your upgrade:
• Ensure that components are on the most recent patch version of your current minor version.
• Upgrade components to the most recent patch version of the target minor version.
For example, if you’re running version 1.29, ensure that you’re on the most recent patch version. Then, upgrade to the most recent patch version of 1.30.
a
Ok cool thanks, I did see that when upgrading RKE2 the other day, I guess it makes sense it also applies to K3s. Just trying to avoid making unnecessary import requests into our air-gapped network