Updated jobs-run-to-completion.md (#8379)
This commit is contained in:
@@ -192,8 +192,8 @@ due to a logical error in configuration etc.
|
|||||||
To do so, set `.spec.backoffLimit` to specify the number of retries before
|
To do so, set `.spec.backoffLimit` to specify the number of retries before
|
||||||
considering a Job as failed. The back-off limit is set by default to 6. Failed
|
considering a Job as failed. The back-off limit is set by default to 6. Failed
|
||||||
Pods associated with the Job are recreated by the Job controller with an
|
Pods associated with the Job are recreated by the Job controller with an
|
||||||
exponential back-off delay (10s, 20s, 40s ...) capped at six minutes, The
|
exponential back-off delay (10s, 20s, 40s ...) capped at six minutes. The
|
||||||
back-off limit is reset if no new failed Pods appear before the Job's next
|
back-off count is reset if no new failed Pods appear before the Job's next
|
||||||
status check.
|
status check.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user