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

re-introduce vendor to satisfy reproducible builds requirement ### Checklist - [x] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work)) - [ ] Changelog has been updated...

### Report In our cluster I have enabled a Kafka trigger. ``` triggers: - metadata: bootstrapServers: kafka:9092 consumerGroup: some-group lagThreshold: "200" offsetResetPolicy: earliest topic: some-topic type: kafka ``` The topic...

bug
stale

### Proposal Current activation (ie. scaling 01) is happening if there's **any** activity on the target scaler, ie. the condition for comparison is `metricFromScaler > 0`. The `threshold` property on...

needs-discussion
feature-request
cant-touch-this

### Proposal It'd be great if Keda allowed users to use templates instead of hardcoding the target deployment name in the query when using a scaler like Prometheus. Something along...

help wanted
feature
Hacktoberfest

### Proposal Provide operational metrics, [that we have for Prometheus](https://keda.sh/docs/2.7/operate/prometheus/) today, but push them to an OpenTelemetry Collector through OTEL. ### Use-Case Allow end-users to choose which metrics platform to...

feature
operations
opentelemetry

### Proposal In version 2.7.1, keda-metrics-apiserver requires the permissions to get secrets for resolving the container's environment for a targetted deployment( [code is here](https://github.com/kedacore/keda/blob/dcb9c1e2d157ba3a763acfdfba60d819874d2c16/pkg/scaling/resolver/scale_resolvers.go#L329)) without actually needing it. If it...

needs-discussion
feature-request

### Proposal KEDA Auth supports Hashicorp vault as secret backend but only stores plaintext password in KV v2. Suggestion to add 1 more parameter to allow the credentials to be...

help wanted
needs-discussion
feature
Hacktoberfest

### Proposal A scaler based on strings pattern. Some tools such [Bull](https://github.com/OptimalBits/bull) and [BullMQ](https://github.com/taskforcesh/bullmq) are working with queues based on Redis with the following Redis KEYS pattern: `tool`:`queue`:`jobID` ``` 127.0.0.1:6379>...

help wanted
needs-discussion
scaler
Hacktoberfest

### Proposal Provide dapr checkpoint strategy for Azure Event Hubs which uses `{blobContainer}/dapr-{topic}-{consumerGroup}-{partitionId}` ### Use-Case _No response_ ### Anything else? See https://github.com/kedacore/keda/issues/3022

feature

### Report This appears to have been addressed in the past but I am now experiencing the same problems as: https://github.com/kedacore/keda/issues/2136 & https://github.com/kedacore/keda/issues/1241 We should be able to connect using...

bug
help wanted
Hacktoberfest