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

Added the Regex check before building image and made refactored changes accordingly. ### Checklist - [x] Changelog has been updated and is aligned with our [changelog requirements](https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#Changelog) - [x] Commits...

Add new scaler for interacting with Dynatrace and its [Get Metric Data Points API](https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-get-datapoints) ### Checklist - [x] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md)...

### Report When I install a Helm chart containing both an external scaler GRPC service and a `ScaledObject`, the resulting HPA has an **empty list of metrics** (K8s inserts the...

bug

Fixes scaler not being properly closed in `performGetScalerCache`: * Fix logic to close scaler when out of date * Fix race confition ### Checklist - [x] When introducing a new...

Metrics Server: klogr.New is deprecated use textlogger.NewLogger instead ### 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...

### Report `desiredReplicas` is ignored completely when using trigger cron for CRD based deployment ScaledObject: ```yaml apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata: name: backend namespace: test spec: scaleTargetRef: apiVersion: deployment.xxx.com/v1alpha1 kind:...

bug

_Provide a description of what has been changed_ ### 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...

### Proposal We can take turn implement the changes in this PR https://github.com/kedacore/keda/pull/5676. This is related to the original issue here https://github.com/kedacore/keda/issues/5037. I can take the kafka one since I...

needs-discussion
feature-request

Refactor activemq scaler config using declarative parser from https://github.com/kedacore/keda/pull/5676 ### Checklist - [x] I have verified that my change is according to the [deprecations & breaking changes policy](https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md) - [x]...

### Report The GCP Stackdriver scaler is unable to pull metrics from a centralized metrics scope project because it is hardcoded to add the wrong project ID. It was updated...

bug