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
Very little to go by from your description, but use kubectl describe jobs/[name]
and kubectl logs
to investigate further.