I’m sure this isn’t a new issue, but I’m hitting t...
# rke2
h
I’m sure this isn’t a new issue, but I’m hitting the following error when installing Rancher on RKE2 v1.34.1+rke2r1:
Copy code
Error: INSTALLATION FAILED: chart requires kubeVersion: < 1.34.0-0 which is incompatible with Kubernetes v1.34.1+rke2r1
I have an up-to-date Helm and Rancher repo. Has anyone found an official workaround or a chart version that supports RKE2 v1.34.1?
c
https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-12-3/ Note that the highest supported version is 1.33, which is the same thing as what the chart requirement is telling you. You can build a new cluster running 1.33 and install to that, or wait for Rancher 2.13 which will support Kubernetes 1.34
Always check the support matrix first.
💯 1
h
@creamy-pencil-82913 Thanks for the advice. I did forgot to check the matrix 🙂.