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:
committed by
Steve Perry
parent
4807ff07cd
commit
9412bef9fe
@@ -12,4 +12,5 @@ spec:
|
||||
image: perl
|
||||
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
|
||||
restartPolicy: Never
|
||||
backoffLimit: 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user