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
Problem in a scaler during autoscaling is not properly logged and ScaledObject.Status.Ready is not properly set.
Expected Behavior
If all triggers defined in ScaledObject are failing-> set status to "ConditionFalse" "TriggerError" "Triggers defined in ScaledObject are not working correctly"
If mutliple trigger defined in ScaledObject and only some are failing -> set status to "ConditionUnknown" "PartialTriggerError" "Some triggers defined in ScaledObject are not working correctly"
Print relevant error in the INFO log level in KEDA operator logs
Actual Behavior
Status remains "ConditionTrue" "ScaledObjectReady" "ScaledObject is defined correctly and is ready for scaling"
Nothing is logged in INFO level (only in DEBUG) and if there are mutliple triggers, only the error in the first trigger is being logged.
Steps to Reproduce the Problem
ScaledObject with correct trigger(s) properly autoscaling
The target service is down (eg Kafka Broker)
Error in the trigger is not being reflected in ScaledObject.Status.Ready and in log
Logs from KEDA operator
No response
KEDA Version
2.6.0
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
Problem in a scaler during autoscaling is not properly logged and ScaledObject.Status.Ready is not properly set.
Expected Behavior
If all triggers defined in ScaledObject are failing-> set status to
"ConditionFalse" "TriggerError" "Triggers defined in ScaledObject are not working correctly"
If mutliple trigger defined in ScaledObject and only some are failing -> set status to
"ConditionUnknown" "PartialTriggerError" "Some triggers defined in ScaledObject are not working correctly"
Print relevant error in the INFO log level in KEDA operator logs
Actual Behavior
Status remains
"ConditionTrue" "ScaledObjectReady" "ScaledObject is defined correctly and is ready for scaling"
Nothing is logged in INFO level (only in DEBUG) and if there are mutliple triggers, only the error in the first trigger is being logged.
Steps to Reproduce the Problem
ScaledObject.Status.Ready
and in logLogs from KEDA operator
No response
KEDA Version
2.6.0
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: