-
My ScaledObject has
but the HPA generated by KEDA has I know keda is reading the values because if I set For my setup it looks like KEDA tries to scale down the deployment to 0 replicas, and immediately after it scales from 0 to 1 (I'm assuming it's because of the HPA). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
HPA by default doesn’t support min = 0. Feel free to ignore, ScaledObject is the important thing here. KEDA manages 0-1 scaling. https://keda.sh/docs/2.13/concepts/#architecture |
Beta Was this translation helpful? Give feedback.
-
Expanding on the answer by @zroubalik, with some info that @JorTurFer provided in slack: The HPA object itself does not support setting |
Beta Was this translation helpful? Give feedback.
HPA by default doesn’t support min = 0. Feel free to ignore, ScaledObject is the important thing here. KEDA manages 0-1 scaling. https://keda.sh/docs/2.13/concepts/#architecture