Merge pull request #21950 from Cweiping/remove_unnecessary_note
Remove note from Job concept about Pod backoff failure policy
This commit is contained in:
@@ -218,9 +218,6 @@ exponential back-off delay (10s, 20s, 40s ...) capped at six minutes. The
|
|||||||
back-off count 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 >}}
|
|
||||||
Issue [#54870](https://github.com/kubernetes/kubernetes/issues/54870) still exists for versions of Kubernetes prior to version 1.12
|
|
||||||
{{< /note >}}
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
If your job has `restartPolicy = "OnFailure"`, keep in mind that your container running the Job
|
If your job has `restartPolicy = "OnFailure"`, keep in mind that your container running the Job
|
||||||
will be terminated once the job backoff limit has been reached. This can make debugging the Job's executable more difficult. We suggest setting
|
will be terminated once the job backoff limit has been reached. This can make debugging the Job's executable more difficult. We suggest setting
|
||||||
|
|||||||
Reference in New Issue
Block a user