Processing job is stuck in the Running state
#75
Answered
by
rconway
rconway
asked this question in
ADES (Processing)
|
The |
Answered by
rconway
Feb 7, 2023
Replies: 1 comment
|
To debug, You can check the job. First you need to find the namespace for the job... Look for the most recent namespace that matches an ades job. Then list the resources in the namespace... Check the status of the pod - which may give clues - e.g. if it remains in the Can also perform a kubectl logs on the same. |
0 replies
Answer selected by
rconway
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To debug, You can check the job.
First you need to find the namespace for the job...
Look for the most recent namespace that matches an ades job.
Then list the resources in the namespace...
Check the status of the pod - which may give clues - e.g. if it remains in the
ContainerCreatingstate.Then perform a kubectl describe on the
joband thepodetc.Can also perform a kubectl logs on the same.