Skip to content

Commit f838c75

Browse files
committed
Fix sentence
1 parent ca366f7 commit f838c75

File tree

1 file changed

+3
-4
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,9 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
293293

294294
{{< note >}}
295295
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.
300299
{{< /note >}}
301300

302301

0 commit comments

Comments
 (0)