From 7b07d97a0b0c20343c63f422f82959e738377a4a Mon Sep 17 00:00:00 2001 From: Toli Kuznets Date: Fri, 1 Oct 2021 12:21:42 -0700 Subject: [PATCH] Update job.md add a newline per bug #29840 --- content/en/docs/concepts/workloads/controllers/job.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/workloads/controllers/job.md b/content/en/docs/concepts/workloads/controllers/job.md index 2ca81a5ca0..54a4104c5e 100644 --- a/content/en/docs/concepts/workloads/controllers/job.md +++ b/content/en/docs/concepts/workloads/controllers/job.md @@ -207,6 +207,7 @@ Jobs with _fixed completion count_ - that is, jobs that have non null {{< glossary_tooltip term_id="Service" >}}, Pods within the Job can use the deterministic hostnames to address each other via DNS. - From the containarized task, in the environment variable `JOB_COMPLETION_INDEX`. + The Job is considered complete when there is one successfully completed Pod for each index. For more information about how to use this mode, see [Indexed Job for Parallel Processing with Static Work Assignment](/docs/tasks/job/indexed-parallel-processing-static/).