KEDA Chart v2.8.0
Chart: v2.8.0 | App: v2.8.0
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
What is new?
Features
- Support for KEDA v2.8.0 (release notes)
- Support for controlling replica count of metric server* (#295)
- Support for controlling timestamp format in KEDA operator (#278)
- Support for relabelling metrics in Prometheus (#287 - Contributed by @bmiguel-teixeira 🎉)
- Support for defining affinity for Metrics API and/or operator (#294 - Contributed by @aslafy-z 🎉)
- Support for defining update strategy for Metrics API and/or operator (#292 - Contributed by @aslafy-z 🎉)
- Support for using
AutomountServiceAccountToken
(#258 Contributed by @ph311o 🎉)
⚠️ While you can run more replicas of our metric server, only one instance will used and serve traffic.You can run multiple replicas, but they will not improve the performance of KEDA, it could only reduce downtime during a failover.
Fixes / Changes
- Improve Prometheus workload labelling to only be used when pod monitor is not enabled (#279 - Contributed by @mhowell24 🎉)
Breaking Changes
None.
Removal
None.
New Contributors
- @Swalloow made their first contribution in #276
- @mhowell24 made their first contribution in #279
- @ph311o made their first contribution in #258
- @bmiguel-teixeira made their first contribution in #287
- @aslafy-z made their first contribution in #292
Full Changelog: v2.7.2...v2.8.0