website/content/en/docs/concepts/workloads
Jan-Philip Gehrcke f6c402a2bd jobs: clarify that there is no `restartPolicy` for the job itself (#18605)
Sometimes, as it happened to me, a Pod's `restartPolicy` 
is mistakenly taken as the corresponding Job's restart policy.

That was concluded before, here:
https://github.com/kubernetes/community/pull/583/files

The confusion happened here:
https://github.com/kubernetes/kubernetes/issues/30243
https://github.com/kubernetes/kubernetes/issues/43964

And here:
https://github.com/jaegertracing/jaeger-kubernetes/issues/32

This commit tries to clarify that there is no `restartPolicy` for
the job itself, and that using either of `backoffLimit` and
`activeDeadlineSeconds` may result in permanent failure.
2020-01-15 04:51:31 -08:00
..
controllers jobs: clarify that there is no `restartPolicy` for the job itself (#18605) 2020-01-15 04:51:31 -08:00
pods Tidy ephemeral containers concept (#18627) 2020-01-14 07:17:18 -08:00
_index.md Reorder concepts sections (#11032) 2018-11-19 13:05:13 -08:00