You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CPU and the http-external-scaler together as triggers in the same scaled object, the http scaler is superseding the CPU scaler.
With CPU under heavy load and with http request(s) it scales up successfully, but KEDA subsequently intervenes and scales to 0 ignoring CPU.
Expected Behavior
Under heavy CPU load even with no http requests KEDA should not scale down to 0.
Actual Behavior
The HTTP add on appears to be overriding the CPU scaler.
Steps to Reproduce the Problem
Create an nginx or other deployment paired with a CPU load test side car or init container. The memory scaler behaves similarly.
Send an http request and watch as it initially scales up then scales back down to 0.
Report
With CPU and the http-external-scaler together as triggers in the same scaled object, the http scaler is superseding the CPU scaler.
With CPU under heavy load and with http request(s) it scales up successfully, but KEDA subsequently intervenes and scales to 0 ignoring CPU.
Expected Behavior
Under heavy CPU load even with no http requests KEDA should not scale down to 0.
Actual Behavior
The HTTP add on appears to be overriding the CPU scaler.
Steps to Reproduce the Problem
Logs from KEDA HTTP operator
No response
HTTP Add-on Version
0.10.0
Kubernetes Version
None
Platform
Any
Anything else?
No response
The text was updated successfully, but these errors were encountered: