How can we delete keda HPA after HttpScaledObject deleted #428
-
|
Hi, I also found there's one keda-hpa-xxx that created along with this deployment. I tried to delete this hpa but seems it back to be created again. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@surachai-tep the KEDA HTTP Addon creates a |
Beta Was this translation helpful? Give feedback.
@surachai-tep the KEDA HTTP Addon creates a
ScaledObjectbehind the scenes, and KEDA itself then creates the HPA from that. Is there still aScaledObjectafter you deleted theHTTPScaledObject?