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
We would like to activate a deployment (scale from 0 to 1) using HTTP metrics and scale up/down (1 to n, or n to 1) based on other types of metrics such as CPU or memory utilization. We could not find any way to achieve this.
Hello,
We would like to activate a deployment (scale from 0 to 1) using HTTP metrics and scale up/down (1 to n, or n to 1) based on other types of metrics such as CPU or memory utilization. We could not find any way to achieve this.
We tried to use HPA ownership transfer using an HTTPScaledObject as described in Keda documentation : https://keda.sh/docs/2.16/concepts/scaling-deployments/#transferring-ownership-of-an-existing-hpa
We tried to add the key "advanced" in the HTTPScaledObject but it looks like it is not supported yet.
Regards,
The text was updated successfully, but these errors were encountered: