Skip to content

Commit 2978e04

Browse files
committed
Update job.md
1 parent 93168d8 commit 2978e04

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
@@ -267,7 +267,7 @@ There are three main types of task suitable to run as a Job:
267267
- Job 用来代表整个任务,当成功的 Pod 个数达到 `.spec.completions` 时,Job 被视为完成。
268268
- 当使用 `.spec.completionMode="Indexed"` 时,每个 Pod 都会获得一个不同的
269269
索引值,介于 0 和 `.spec.completions-1` 之间。
270-
1. *工作队列* 的并行 Job:
270+
1.**工作队列**的并行 Job:
271271
- 不设置 `spec.completions`,默认值为 `.spec.parallelism`
272272
- 多个 Pod 之间必须相互协调,或者借助外部服务确定每个 Pod 要处理哪个工作条目。
273273
例如,任一 Pod 都可以从工作队列中取走最多 N 个工作条目。

0 commit comments

Comments
 (0)