8000 Revert "fix max container back off cap (#8979)" (#9074) · ArduinoBot/website@f630a57 · GitHub
[go: up one dir, main page]

Skip to content

Commit f630a57

Browse files
soltyshk8s-ci-robot
authored andcommitted
Revert "fix max container back off cap (kubernetes#8979)" (kubernetes#9074)
This reverts commit 8f04c2e.
1 parent b5e3452 commit f630a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ due to a logical error in configuration etc.
193193
To do so, set `.spec.backoffLimit` to specify the number of retries before
194194
considering a Job as failed. The back-off limit is set by default to 6. Failed
195195
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
196+
exponential back-off delay (10s, 20s, 40s ...) capped at six minutes. The
197197
back-off count is reset if no new failed Pods appear before the Job's next
198198
status check.
199199

0 commit comments

Comments
 (0)
0