Update job workload doc with backoff failure policy (#5319)

Add to the Jobs documentation how to use the new backoffLimit field that
limit the number of Pod failure before considering the Job as failed.
This commit is contained in:
Cedric Lamoriniere
2017-09-07 18:29:08 +02:00
committed by Steve Perry
parent 4807ff07cd
commit 9412bef9fe
2 changed files with 8 additions and 0 deletions
@@ -12,4 +12,5 @@ spec:
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
backoffLimit: 4