Skip to content

Commit

Permalink
Update content/en/docs/concepts/workloads/controllers/job.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
mimowo and sftim authored Nov 14, 2022
1 parent 29e1a37 commit bfd299b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/controllers/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ pod. In particular, it needs to handle temporary files, locks, incomplete outpu
caused by previous runs.

By default, each pod failure is counted towards the `.spec.backoffLimit` limit,
see [pod backoff failure policy](#pod-backoff-failure-policy). However, this
behavior can be customized by using Job's [pod failure policy](#pod-failure-policy).
see [pod backoff failure policy](#pod-backoff-failure-policy). However, you can
customize this by setting the Job's [pod failure policy](#pod-failure-policy).

Note that even if you specify `.spec.parallelism = 1` and `.spec.completions = 1` and
`.spec.template.spec.restartPolicy = "Never"`, the same program may
Expand Down

0 comments on commit bfd299b

Please sign in to comment.