Fix sentence
This commit is contained in:
parent
ca366f73d8
commit
f838c75164
|
|
@ -293,10 +293,9 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
Although rare, more than one Pod could be started for the same index (due to various reasons such as node failures,
|
Although rare, more than one Pod could be started for the same index (due to various reasons such as node failures,
|
||||||
kubelet restarts, or Pod evictions), but only one of them will count towards the completion count.
|
kubelet restarts, or Pod evictions). In this case, only the first Pod that completes successfully will
|
||||||
In this case, only the first Pod that completes successfully will count towards the completion count and
|
count towards the completion count and update the status of the Job. The other Pods that are running
|
||||||
update the status of the Job. The other Pods that are running or completed for the same index will be
|
or completed for the same index will be deleted by the Job controller once they are detected.
|
||||||
deleted by the Job controller once they are detected.
|
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue