keda icon indicating copy to clipboard operation
keda copied to clipboard

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

Results 445 keda issues
Sort by recently updated
recently updated
newest added

### Proposal Requesting this feature to have support for environment variables [injected via akv2k8s](https://akv2k8s.io/tutorials/env-injection/1-secret/) directly into the container application using the connectionFromEnv trigger parameter. Currently, KEDA does not seem to...

needs-discussion
feature-request

When a trigger for scaledjob fails, do not hide the error from the user. Report it in the status and operator log. ### Checklist - [ ] When introducing a...

### Report ScaledJob with failing trigger(s) swallows the error ([log level 1](https://github.com/kedacore/keda/blob/ec525738d8c42a3c622be1fd78977b0753bd3e69/pkg/scaling/scale_handler.go#L852)). But the status reports that the ScaledJob is _"defined correctly and is ready to scaling"_, while it is...

bug

### Report We are running the Generative AI workloads (GPU resources) using Keda-scaled jobs. We are not able to achieve streaming of Keda-scaled jobs. ### Expected Behavior **Scenarios:** Keda scaled...

bug

Added `eagerScalingStrategy` for `ScaledJob` ### Checklist - [x] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [x] I have verified that my change is according...

resource "helm_release" "kedas" { name = "keda" repository = "[https://kedacore.github.io/charts"](https://kedacore.github.io/charts%22) chart = "keda" version = "2.14.2" namespace = "keda" create_namespace = true } Error ----> helm_release.kedas: Creating... ╷ │ Error:...

### Report We use kube-downscaler (https://codeberg.org/hjacobs/kube-downscaler) in order to scale down workloads at night in our dev/test environments. This used to work fine with prometheus-adapter. Our deployment annotions look like...

needs-discussion
feature

### Report I'm using the kafka scaler with bootstrap server, consumer group and topics pulled from the deployment environment variables. ### Expected Behavior Updating the configmap and restarting the deployment...

bug

### Proposal https://github.com/qfns1861/keda ### Use-Case 由于公司业务原因,需要的pod比较多,从0到300花费时间太长,所以给keda增加时间段伸缩功能,晚上在0-100之间伸缩,白天在100-300之间伸缩 ### Is this a feature you are interested in implementing yourself? Yes ### Anything else? 已经实现,需要合并,请求帮助 https://github.com/qfns1861/keda

needs-discussion
feature-request

### Report When several scalers are configured, one of which is external and unreachable, the others no longer supply their metrics despite their availability. ### Expected Behavior I think it...

bug