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 are generating and ScaledObject for KEDA for each HTTPScaledObject, but we aren't setting the owner reference, so the underlying ScaledObject isn't deleted in cascade, with produces delays between both resource deletions.
Expected Behavior
ScaledObject has the owner correctly set and it's removed in cascade when the HTTPScaledObject is deleted
Actual Behavior
ScaledObject hasn't the owner correctly set and it's not removed in cascade when the HTTPScaledObject is deleted
Steps to Reproduce the Problem
Logs from KEDA HTTP operator
example
What version of the KEDA HTTP Add-on are you running?
No response
Kubernetes Version
None
Platform
None
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
We are generating and ScaledObject for KEDA for each HTTPScaledObject, but we aren't setting the owner reference, so the underlying ScaledObject isn't deleted in cascade, with produces delays between both resource deletions.
Expected Behavior
ScaledObject has the owner correctly set and it's removed in cascade when the HTTPScaledObject is deleted
Actual Behavior
ScaledObject hasn't the owner correctly set and it's not removed in cascade when the HTTPScaledObject is deleted
Steps to Reproduce the Problem
Logs from KEDA HTTP operator
What version of the KEDA HTTP Add-on are you running?
No response
Kubernetes Version
None
Platform
None
Anything else?
No response
The text was updated successfully, but these errors were encountered: