Skip to content

Commit 158573f

Browse files
authored
Update job.md
As [the original document page](#https://kubernetes.io/docs/concepts/workloads/controllers/job/#completion-mode): > The Job is considered complete when there is one successfully completed Pod for each index. update the chinese doc discribetion.
1 parent 66dd8c6 commit 158573f

File tree

1 file changed

+1
-1
lines changed
  • content/zh-cn/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
384384
Job 中的 Pod 可以通过 DNS 使用确切的主机名互相寻址。
385385
- 对于容器化的任务,在环境变量 `JOB_COMPLETION_INDEX` 中。
386386

387-
当每个索引都对应一个完成完成的 Pod 时,Job 被认为是已完成的。
387+
当每个索引都对应一个成功完成的 Pod 时,Job 被认为是已完成的。
388388
关于如何使用这种模式的更多信息,可参阅
389389
[用带索引的 Job 执行基于静态任务分配的并行处理](/zh-cn/docs/tasks/job/indexed-parallel-processing-static/)
390390
需要注意的是,对同一索引值可能被启动的 Pod 不止一个,尽管这种情况很少发生。

0 commit comments

Comments
 (0)