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

### Discussed in https://github.com/kedacore/keda/discussions/5682 Originally posted by **vinuvk11** April 11, 2024 kubectl get hpa -n prod NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE keda-hpa-selenium-grid-edge Deployment/browser /1 (avg) 5 50 5...

### Report We use Keda 2.13.1 and CertManager to issue our TLS certs. We recently noticed that autoscaling of our workloads, via prometheus trigger, stopped working. The keda created hpa...

bug

### Report I am trying to use AWS IRSA to set up auth for an AWS SQS based Scaler using the role of the workload, not the keda-operator. It seems...

bug

…nabled This change ensures that the update health status of the scaledObjects is only updated when the fallback configuration is enabled on the scaledobject. Further optimizations to avoid redundant updates...

### Proposal As a(n independent) follow-up to #5619 , I think it would be interesting to start a discussion on potential improvements to Keda operator's resiliency, more specifically in the...

needs-discussion
feature-request

### Report I change my service template from Kubernetes deployment to Kubernetes job So I adapted my ScaledObject to ScaledJob the scaling calculation worked fine with ScaledObject, but when I...

bug

### Report Hi, I am attempting to use the Keda apache-kafka scaler to scale from 0-1 and from 1-0. CPU Utilization controls from 1+. I am using Kafka Transactions and...

bug

### Proposal When we use multiple triggers, failure of one trigger leads to hpa failure. That can led to hpa stucking In case of prometheus scaler or any other external...

needs-discussion
feature-request

### Report At our organization (Flipkart), we manage large k8s clusters where atleast 300 scaledobjects are present. Lately when we onboarded a bunch of new workloads to be managed by...

bug

### Report Restart/Recreation of keda-operator causes ScaledJob object to be updated, which leads to Jobs being rolled out as per the RolloutStrategy. ### Expected Behavior Restart/Recreation of the keda-operator should...

bug