pod got killed as soon as created by job

1/2/2018

Pod created by job gets killed with Message:

Normal DeadlineExceeded Job was active longer than specified deadline

This is a pod running training process with Tensorflow. The weird thing is this pod is just created with no thing error in kubectl log output.

-- ShepherdKing
kubernetes
tensorflow

1 Answer

1/2/2018

As stated in https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#job-termination-and-cleanup you can see that DeadlineExceeded means your process run longer then the longest time it is allowed to in your spec.

-- Radek 'Goblin' Pieczonka
Source: StackOverflow