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 For observability reasons, it would be nice to have metrics exposed to report on success/failure of gRPC requests between the metrics-api-server and operator. ### Use-Case We'd like to...

needs-discussion
feature-request

### Proposal We are improving to admission coverage to prevent misconfigurations, but this also can block some users in specific scenarios. Maybe we should introduce a system to disable specific...

help wanted
good first issue
feature-request

### Proposal Currently, `fallback` feature only supports `AverageValue` metrics type and it doesn't support CPU and Memory. ![image](https://github.com/kedacore/keda/assets/36899226/ade896e6-ea0e-4f8f-9014-7c2aee80dc1e) To prevent misconfigurations and confusions related with these limitations, we should include...

help wanted
good first issue
feature

### Proposal The new version of InfluxDB (v3.0/clustered) does not support Flux queries and therefore the existing scaler cannot be used. This proposal related to adding support for scaling based...

needs-discussion
scaler

### Report KEDA stoped working and scaling jobs using the metrics-api scaler. The only message I can see in the events is a warning: ``` 0s Warning KEDAScalerFailed scaledjob/worker-dyn-0 error...

bug

## Introduction Today, Microsoft announced an open-source way to scale your workloads based on carbon-intensity with KEDA and the green software foundations SDK. This was built on top of [earlier...

needs-discussion
feature

### Report I deployed a Kafka scaled-object on EKS cluster v1.27, and get an error "remote error: tls: bad certificate". When trying the TLS configuration with a simple python code...

bug

### Report SQS scaler doesn't seem to work well with float queueLength. The documentation doesn't say it has to be integer though. A specific bug is that setting 6.5 as...

bug

https://github.com/kedacore/keda/tree/main/tests

help wanted
good first issue
testing
stale-bot-ignore

Add option to the Datadog scaler to use the Datadog Cluster Agent as proxy to obtain the metrics, instead of calling the REST API directly. This avoids duplication and also...