fleet: Fleet 0.6.0 shipped with Rancher 2.7.3 still problems with kubeVersion
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I installed Rancher 2.7.3 fresh and charts like Longhorn (1.4.1) (and others) are failing with:
Chart requires kubeVersion: >= 1.22.0-0 which is incompatible with Kubernetes v1.20.0
I did see issue rancher/fleet#399 which was just closed out hours ago, but it seems that 2.7.3 still has version 0.6.0 of the fleet controller where this issue is identified.
(Installing the Longhorn with the same values via Marketplace works just fine)
Expected Behavior
It should read the real kubernetes versions so it doesn’t break various charts (so far, Longhorn, Hashicorp Vault).
Steps To Reproduce
- Install Rancher 2.7.3 on RKE2 1.25.7
- Create a fleet.yaml with the below values and add to Continuous Delivery
defaultNamespace: longhorn-system
helm:
releaseName: longhorn
chart: longhorn
repo: https://charts.longhorn.io
version: 1.4.1
Environment
- Architecture: amd64
- Fleet Version: 0.6.0
- Cluster:
- Provider: RKE2
- Options:
- Kubernetes Version: 1.25.7
Logs
No response
Anything else?
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (2 by maintainers)
Just in case, rancher 2.7.5 seems to have fleet 0.7.0 installed:
@wagnst I tried the following on a parallel rancher test cluster and it seems to work…
That’s just a temporary patch though … It was enough for me to prove that an upgrade will help. That is why I asked when will the patch lands in a stable version of Rancher… This issue right now is leaving us with no choice but to manually patch or deploy some helm chart to manage our clusters … That’s suboptimal …
Hi @daemonadmin Sorry for my late reply… It’s a very weird issue nevertheless your magic worked like a charm ! Thank you very much for your help ^^
@manno Sorry for the bump, but when will it land into a stable version of Rancher 2.7 ?
This is real trouble since I can’t upgrade to v2.7.5-rc1 … I’m running 2.7.3 right now - too 😞 And I don’t feel like it’s a good idea to update fleet myself …