Skip to content

Processing job is stuck in the Running state #75

Discussion options

You must be logged in to vote

To debug, You can check the job.

First you need to find the namespace for the job...

$ kubectl get ns

Look for the most recent namespace that matches an ades job.

Then list the resources in the namespace...

$ kubectl -n <job-namespace> get all

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 the pod etc.

Can also perform a kubectl logs on the same.

Replies: 1 comment

Comment options

rconway
Feb 7, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by rconway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant