https://rancher.com/ logo
Title
w

wide-magician-63081

01/24/2023, 7:56 AM
Hello, we uses fleet to deploy many helm chart. We have trouble with Keda Helm Chart. When we try to deploy we have this error in fleet "hart requires kubeVersion: >=v1.23.0-0 which is incompatible with Kubernetes v1.20.0" but we are on RKE2 1.24.9 on all our clusters. Anyone have a solution or an explanation (github issue for example)?
Versions : Rancher 2.7.0 Fleet 0.5.0 Kubernetes RKE2 1.24.9rke2r2
n

nutritious-orange-38459

01/24/2023, 8:16 AM
@wide-magician-63081 Somehow it detects k8s v1.20.0. You could try helm template --validate
Looks more like a helm chart issue than a fleet issue to me
w

wide-magician-63081

01/24/2023, 8:23 AM
Hi @nutritious-orange-38459, thanks for your answer. But I manage to install the chart from a command line with helm cli.
n

nutritious-orange-38459

01/24/2023, 8:28 AM
Not an expert, but could this have to do with the version that the helm client is compiled against? 🤔 As a workaround, you could just edit the Chart.yaml and change the
kubeVersion
specified in there.
w

wide-magician-63081

01/24/2023, 8:30 AM
Thank you, but I can't edit the chart.yaml cause this is an official helm chart on Keda Helm Repo.
n

nutritious-orange-38459

01/24/2023, 8:32 AM
I understand. You can still download the chart and deploy it that way if yo need to get things running. I have keda deployed, too but didn’t stumble upon that issue.
w

wide-magician-63081

01/24/2023, 8:36 AM
Yes I can make this in our test env. I think I will open a ticket at Suse directly.
👍 1
b

bulky-appointment-8113

01/24/2023, 9:33 AM
I believe this is reported in https://github.com/rancher/fleet/issues/399
🙌 2