A long running job (45h) is moved to another pod causing it to restart.
From the logs I can see that the job received a SIGTERM then it was restarted on another pod and probably on another node too.
The informations retrieved in google cloud are not helping. The pages Yaml or events do not describe this event except for the pod creation.
The job Yaml creationTimestamp: 2019-06-15T10:39:25Z
The pod Yaml creationTimestamp: 2019-06-17T13:26:25Z
I use mostly a default configuration 1.12.6-gke.11 with several of nodes and the servers are not preemptible.
Is it a default behavior of k8s ? If it is, how can I disable it ?