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
Restart/Recreation of keda-operator causes ScaledJob object to be updated, which leads to Jobs being rolled out as per the RolloutStrategy.
Expected Behavior
Restart/Recreation of the keda-operator should not update the ScaledJob object
Actual Behavior
Restart/Recreation of the keda-operator somehow update the ScaledJob object leading to Jobs being rolled out as per the RolloutStrategy.
Steps to Reproduce the Problem
Kill the keda-operator (with replicas >1).
Wait for the keda-operator to be recreated.
In the Kubernetes events for the ScaledJob object, around the time the keda-operator was restarted the following events can be seen:
i. KEDAJobsCreated
ii. KEDAScalersStarted
KEDA Version
2.13.1
Kubernetes Version
1.27
Platform
Microsoft Azure
Scaler Details
No response
Anything else?
This could also be the expected behavior of the keda-operator. However I do not understand why any changes the to keda-operator should affect the ScaledJob object.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
All issues that are marked as stale due to inactivity
label
Jun 7, 2024
Report
Restart/Recreation of keda-operator causes ScaledJob object to be updated, which leads to Jobs being rolled out as per the RolloutStrategy.
Expected Behavior
Restart/Recreation of the keda-operator should not update the ScaledJob object
Actual Behavior
Restart/Recreation of the keda-operator somehow update the ScaledJob object leading to Jobs being rolled out as per the RolloutStrategy.
Steps to Reproduce the Problem
i. KEDAJobsCreated
ii. KEDAScalersStarted
KEDA Version
2.13.1
Kubernetes Version
1.27
Platform
Microsoft Azure
Scaler Details
No response
Anything else?
This could also be the expected behavior of the keda-operator. However I do not understand why any changes the to keda-operator should affect the ScaledJob object.
The text was updated successfully, but these errors were encountered: