File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,9 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
293
293
294
294
{{< note >}}
295
295
Although rare, more than one Pod could be started for the same index (due to various reasons such as node failures,
296
- kubelet restarts, or Pod evictions), but only one of them will count towards the completion count.
297
- In this case, only the first Pod that completes successfully will count towards the completion count and
298
- update the status of the Job. The other Pods that are running or completed for the same index will be
299
- deleted by the Job controller once they are detected.
296
+ kubelet restarts, or Pod evictions). In this case, only the first Pod that completes successfully will
297
+ count towards the completion count and update the status of the Job. The other Pods that are running
298
+ or completed for the same index will be deleted by the Job controller once they are detected.
300
299
{{< /note >}}
301
300
302
301
You can’t perform that action at this time.
0 commit comments