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
When worked with ScaledJob i have noticed that it doesn't show the **READY** and **ACTIVE** status when we run kubectl get sj In both before and after the scaling. It always blank.
Before scaling
$ kubectl get sj
NAME MAX TRIGGERS AUTHENTICATION READY ACTIVE AGE
mongodb-job 100 mongodb mongodb-trigger 7s
After scaling
$ kubectl get sj
NAME MAX TRIGGERS AUTHENTICATION READY ACTIVE AGE
mongodb-job 100 mongodb mongodb-trigger 112s
Here is the Secrets, TriggerAuthentication and ScaledJob yamls which i have used to test it:
When we run kubectl get sj then it should show **READY** and **ACTIVE** status in both before and after scaling.
There status value would be: True, False, Unknown depending upon the scaling just like we have in ScaledObject.
Actual Behavior
When we run kubectl get sj then it doesn't show **READY** and **ACTIVE** status in both before and after scaling.
Steps to Reproduce the Problem
Set-up minikube v1.18.1
Deploy mongodb.
Create secrets and TA with above yaml and apply it.
Create ScaledJob with above yaml's and apply it.
Check READY and ACTIVE Status before and after scaling by running kubectl get sj
Logs from KEDA operator
No error
KEDA Version
2.3.0
Kubernetes Version
1.20
Platform
Other
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
When worked with ScaledJob i have noticed that it doesn't show the
**READY**
and**ACTIVE**
status when we runkubectl get sj
In both before and after the scaling. It always blank.Before scaling
After scaling
Here is the Secrets, TriggerAuthentication and ScaledJob yamls which i have used to test it:
Secrets:
TriggerAuthentication:
ScaledJob:
Expected Behavior
When we run
kubectl get sj
then it should show**READY**
and**ACTIVE**
status in both before and after scaling.There status value would be: True, False, Unknown depending upon the scaling just like we have in ScaledObject.
Actual Behavior
When we run
kubectl get sj
then it doesn't show**READY**
and**ACTIVE**
status in both before and after scaling.Steps to Reproduce the Problem
Logs from KEDA operator
No error
KEDA Version
2.3.0
Kubernetes Version
1.20
Platform
Other
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: