amohamed
amohamed

Reputation: 169

Kubernetes Jobs not running

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

Upvotes: 1

Views: 4073

Answers (1)

YaguraStation
YaguraStation

Reputation: 558

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

Upvotes: 3

Related Questions