From 04a0b869e9f4d8abea9e6b80e76435de63d10b77 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Fri, 21 Oct 2022 00:46:06 +0900 Subject: [PATCH] Update job-v1.md --- .../docs/reference/kubernetes-api/workload-resources/job-v1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubernetes-api/workload-resources/job-v1.md b/content/en/docs/reference/kubernetes-api/workload-resources/job-v1.md index 6980217f66..c6be793366 100644 --- a/content/en/docs/reference/kubernetes-api/workload-resources/job-v1.md +++ b/content/en/docs/reference/kubernetes-api/workload-resources/job-v1.md @@ -140,7 +140,8 @@ JobSpec describes how the job execution will look like. - **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. - Ignore: indicates that the counter towards the .backoffLimit is not incremented and a replacement pod is created.