8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e3452 commit f630a57Copy full SHA for f630a57
content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md
@@ -193,7 +193,7 @@ due to a logical error in configuration etc.
193
To do so, set `.spec.backoffLimit` to specify the number of retries before
194
considering a Job as failed. The back-off limit is set by default to 6. Failed
195
Pods associated with the Job are recreated by the Job controller with an
196
-exponential back-off delay (10s, 20s, 40s ...) capped at five minutes. The
+exponential back-off delay (10s, 20s, 40s ...) capped at six minutes. The
197
back-off count is reset if no new failed Pods appear before the Job's next
198
status check.
199
0 commit comments