-
The current version of KEDA Durable Scaler has a limitation. The pods of durable functions never goes to zero. The reason is, if you need to get a pod of durable functions by this scaler, you need to…
-
### Proposal
Allow short hostnames for redis services, for namespace-agnostic scaledobject definitions.
```yaml
spec:
triggers:
- type: redis
metadata:
port: "6379"
host:…
-
https://keda.sh/
-
Please consider an abstraction for auto-scaling of containers and/or trigger rules using Kubernetes KEDA (locally) and/or Azure Container Services, Amazon Web Services EKS etc.
3GDXC updated
2 weeks ago
-
-
### Proposal
The CRDs can today be installed from the regular helm chart `kedacore/keda` but it's often good to have the the crds as an independent helm chart for example Karpenter provider [karpen…
-
### 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 TestHashicorpVaultHandler_ResolveSecret…
-
Hi,
We are introducing automations in KEDA for the performance testing infrastructure and we'd like to manage k6 tokens using terraform for having replicable scenarios in case of having to recreate s…
-
As @zroubalik pointed out, we can propose to introduce a new character in the Phippy and Friends family that represents KEDA.
This issue is to brainstorm names and animals after which we can cast a…
-
### Report
The current implementation of the HTTPScaledObject reconciler is not following the best practices for a K8s Operator.
### Expected Behavior
1. It should only update resources when needed…