Should KEDA enforce Kubernetes version through Helm? #478
tomkerkhove
started this conversation in
General
Replies: 3 comments 10 replies
-
My worry is that if we don't do it, chances are that:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Keda and helm Chart could have the same enforcement to avoid side effects. Right now, Keda itself only requires a minimum of 1.23 in its latest version, but the chart enforces 1.24 as minimum version. I probably have an edge case because I follow a different calendar (AWS EKS EOL). |
Beta Was this translation helpful? Give feedback.
5 replies
-
Not sure if that's extremely reliable, but maybe we can maintain a github workflow with kubepug
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
KEDA only supports a subset of Kubernetes versions and we've heard some feedback on why Helm enforces this?
The current thinking is that we help you run on supported versions and use that as a warning. If you know what you are doing, you can by pass this but then you know you are running an unsupported Kubernetes version.
Let's hear from the community what people think
Beta Was this translation helpful? Give feedback.
All reactions