We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 450c997 + 7b07d97 commit 7734cd5Copy full SHA for 7734cd5
content/en/docs/concepts/workloads/controllers/job.md
@@ -207,6 +207,7 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
207
{{< glossary_tooltip term_id="Service" >}}, Pods within the Job can use
208
the deterministic hostnames to address each other via DNS.
209
- From the containarized task, in the environment variable `JOB_COMPLETION_INDEX`.
210
+
211
The Job is considered complete when there is one successfully completed Pod
212
for each index. For more information about how to use this mode, see
213
[Indexed Job for Parallel Processing with Static Work Assignment](/docs/tasks/job/indexed-parallel-processing-static/).
0 commit comments