Jorge Turrado Ferrero
Jorge Turrado Ferrero
> It's done. Although I'm not sure I chose the right place for it 😄 Could you send me the link? I can't find it :(
Nice! Thanks for your help 😄 As this issues has been there for a long time, we should support both ways at the same time to follow the deprecation policy....
I think we can close this because it's not doable without formulas (and they already have its own issue) because it's the HPA Controller who does it, KEDA only exposes...
Right now we have these 2 issues related with this: [Composed (Logical/Priority) Triggers](https://github.com/kedacore/keda/issues/3330) [Support custom formula for multiple metrics](https://github.com/kedacore/keda/issues/2440) could anyone of them match with this? just to not duplicate...
Hello, At scale, there are 2 configurations that can be affecting you, creating the bottleneck: - Parallel reconciliations - Kubernetes client throttling For the parallel topic, I'd suggest increasing the...
There have also been some improvements related with status handling, so upgrading to v2.15 could improve the performance as it reduces significantly the calls to the API server in some...
Hello The right values for kube-api-x are a bit more than the minimum value which removes the local throttling messages (KEDA operator logs say that there have been thrilling). About...
Are you using help to deploy KEDA? If yes, you can configure the log level here: https://github.com/kedacore/charts/blob/3ad2830549dd9faf52da37dc833d5102ac3fb36b/keda/values.yaml#L373-L402 About the message, you can just look for `client-side throttling`
hi @kencieszykowski [KEDA already supports to pause the autoscaling](https://keda.sh/docs/latest/concepts/scaling-deployments/#pause-autoscaling), isn't this enough? I mean, you could add the annotations to the ScaledObjects based on the business logic that you have
I think that both can be done with this feature: https://github.com/kedacore/keda/pull/4583 (not merged yet) If deps are internals (inside k8s), you could use `kubernetes-workload` to get how many of them...