This message was deleted.
# general
a
This message was deleted.
s
Here's how it looks
c
What version of Rancher are you running
s
v2.10.1
c
You’re on a newer version of Kubernetes than Rancher 2.10 currently supports.
If you go to provision a new cluster, note the versions of K3s listed in the dropdown. Those are the patch releases Rancher supports. If you import a cluster that is newer than that, Rancher of course cannot upgrade it to an even newer version until that is added to the rancher metadata.
you can also check
Copy code
curl -sL <https://releases.rancher.com/kontainer-driver-metadata/release-v2.10/data.json> | jq -r '.k3s.releases[] | .version'
s
Ah, right, makes sense, just reviewed support matrix for 2.10 and it is v1.31. Could have thought of that - thanks. But also, my cluster is on rpi (arm64), if support for newer version is added, will I be able to upgrade?
c
you can upgrade when you have something newer to upgrade to
so, when 1.31.5 or 1.32.x is added to that metadata.
s
yup, I understand - thanks much Brad