Fix sentence

This commit is contained in:
Marcelo Giles 2023-05-30 16:20:10 -07:00
parent ca366f73d8
commit f838c75164
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
1 changed files with 3 additions and 4 deletions

View File

@ -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 >}}