Processing job is stuck in the Running
state
#75
Answered
by
rconway
rconway
asked this question in
ADES (Processing)
-
The
|
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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
ContainerCreating
state.Then perform a kubectl describe on the
job
and thepod
etc.Can also perform a kubectl logs on the same.