-
Dear KEDA team, Could you please tell me if it is possible to have different queries for scaling up and scaling down within ScaleObject config? Scale up:
Scale down:
This will help avoid scaling down in case of shape spikes. Thank you in advance for your feedback! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Mikola3 unfortunately that's not possible and I am not sure if that's something that we could try to support in the future. The scaling is internally dependent on HPA, so that would be something that would be must be supported there first. For our upcoming KEDA v2, we are adding capabilites to tweak the scaling behavior (in k8s > v1.18) as it is something that was brought to HPA:https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-configurable-scaling-behavior you can take a look on that and maybe it helps with your issue. |
Beta Was this translation helpful? Give feedback.
Hi @Mikola3
unfortunately that's not possible and I am not sure if that's something that we could try to support in the future. The scaling is internally dependent on HPA, so that would be something that would be must be supported there first.
For our upcoming KEDA v2, we are adding capabilites to tweak the scaling behavior (in k8s > v1.18) as it is something that was brought to HPA:https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-configurable-scaling-behavior you can take a look on that and maybe it helps with your issue.