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

### 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 to the [deprecations &...

### Proposal Currently, the search scope of the workload scaler is limited to the namespace where the ScaledObject is deployed. However, we have encountered situations where we need to scale...

needs-discussion
feature-request

### Proposal Provide k8s autoscaling based on Dynatrace Metrics ### Scaler Source Pods ### Scaling Mechanics https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/get-all-metrics ### Authentication Source https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication ### Anything else? _No response_

needs-discussion
scaler
feature

### Proposal KEDA currently supports scaling individual deployments using the scaleTargetRef field within a ScaledObject. This feature request proposes an enhancement to allow scaleTargetRef to accept an array of application...

needs-discussion
feature-request

### Proposal There should be a threshold for scaling out, and another for scaling in. ### Use-Case This way you can implement something like "If there are more than 1000...

needs-discussion
feature-request

### Report Scaling does not take into account as to whether a subscription is available to consume messages or not. As such, if a subscription's status has been set to...

bug

### Report value of target size is delivered by our external scaler reading from database. but, when the value changed, target size on HPA managed by KEDA is not updated....

bug

### Report ScaledJob with cron trigger does not limit itself to a single, successful job execution. I think the completions in steps to reproduce should limit this to a single...

bug
help wanted

### Report We are compiling our own version of Keda and see errors when running `make test` that started to happen with Go 1.22. The test case that fails is...

### Proposal Currently we have a support to connect to vault via token or kubernetes based authentication in TriggerAuthentication object. Support for approle based authentication will be helpful to generate...

needs-discussion
feature-request