Update job-v1.md
parent
fc4a48ee3c
commit
04a0b869e9
|
@ -140,7 +140,8 @@ JobSpec describes how the job execution will look like.
|
||||||
|
|
||||||
- **podFailurePolicy.rules.action** (string), required
|
- **podFailurePolicy.rules.action** (string), required
|
||||||
|
|
||||||
Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: - FailJob: indicates that the pod's job is marked as Failed and all
|
Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:
|
||||||
|
- FailJob: indicates that the pod's job is marked as Failed and all
|
||||||
running pods are terminated.
|
running pods are terminated.
|
||||||
- Ignore: indicates that the counter towards the .backoffLimit is not
|
- Ignore: indicates that the counter towards the .backoffLimit is not
|
||||||
incremented and a replacement pod is created.
|
incremented and a replacement pod is created.
|
||||||
|
|
Loading…
Reference in New Issue