Skip to content

Commit 7734cd5

Browse files
authored
Merge pull request #29880 from toli/patch-1
Update job.md to add a newline
2 parents 450c997 + 7b07d97 commit 7734cd5

File tree

1 file changed

+1
-0
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-0
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
207207
{{< glossary_tooltip term_id="Service" >}}, Pods within the Job can use
208208
the deterministic hostnames to address each other via DNS.
209209
- From the containarized task, in the environment variable `JOB_COMPLETION_INDEX`.
210+
210211
The Job is considered complete when there is one successfully completed Pod
211212
for each index. For more information about how to use this mode, see
212213
[Indexed Job for Parallel Processing with Static Work Assignment](/docs/tasks/job/indexed-parallel-processing-static/).

0 commit comments

Comments
 (0)