Problem
When jobs are not running or they seem stuck
Solution
Run the following command
kubectl get pods
in the default namespace. Look for sdf-cs-signals-job-scheduler and sdf-ci-master-job-scheduler. Make sure they are healthy. Try to capture their logs using kubectl logs ((podname))
Once that is done, you can try restarting them using kubectl rollout restart deployment sdf-cs-signals-job-scheduler sdf-ci-master-job-scheduler
This can resolve the issue if the issue is an intermittent network failure that the system did not automatically recover from.
Comments
0 comments
Please sign in to leave a comment.