Kubernetes Jobs not running

11/4/2018

I'm using GKE and I'm facing a strange problem with k8s jobs. When i create a new job i got the status created but no pods run for this job so the job pod status still 0 running, 0 success, 0 fail

Note: It was working before and suddenly stopped to work

-- amohamed
google-cloud-platform
google-kubernetes-engine
kubernetes

1 Answer

11/4/2018

Very little to go by from your description, but use kubectl describe jobs/[name] and kubectl logs to investigate further.

-- YaguraStation
Source: StackOverflow