-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2]What is the minimum Kubernetes version required to use keda? #1160
Comments
maybe v1.16+ |
I think you should be able to deploy KEDA on v1.13+ If we change CRDs apiversion to |
kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.0.0-beta/keda-2.0.0-beta.yaml I failed to deploy on the 1.15 version and succeeded on the 1.16 cluster. Because OpenAPI |
I think it is necessary to add some compatibility tests for the k8s version and inform users of the minimum version requirements of k8s. |
OK, thanks for the confirmation. We should add info on this to the documentation. |
fixed in #1202 |
* Welcome Pollinate, a new KEDA user! Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> * Include docs about Google Managed Prometheus on Prometheus scaler (kedacore#1153) Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> * docs: dynamodb index name (kedacore#1154) Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> * Welcome Devtron, a KEDA user as well as promoter! (kedacore#1155) Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> * docs: add post about certificates (kedacore#1104) Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> --------- Signed-off-by: Shavgath Perumal <shavgath.perumal@pollinate.co.uk> Co-authored-by: Claudio Netto <nettoclaudio@ufrj.br> Co-authored-by: Benjamin Haegenlaeuer <benjamin@haegenlaeuer.de> Co-authored-by: Pawan Kumar <39653409+dheeth@users.noreply.github.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Which place clearly indicates the minimum required Kubernetes version?
I think if it is marked in the Readme, it will be very useful for people who are new to this project.
The text was updated successfully, but these errors were encountered: