Skip to content

Commit 6c04a47

Browse files
authored
Merge pull request #47716 from Arhell/zh-typo
[zh] fix typo
2 parents c36992d + 7fd0540 commit 6c04a47

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,13 +1874,13 @@ and `.spec.completions` together such that `.spec.parallelism == .spec.completio
18741874
When scaling down, Kubernetes removes the Pods with higher indexes.
18751875
18761876
Use cases for elastic Indexed Jobs include batch workloads which require
1877-
scaling an indexed Job, such as MPI, Horovord, Ray, and PyTorch training jobs.
1877+
scaling an indexed Job, such as MPI, Horovod, Ray, and PyTorch training jobs.
18781878
-->
18791879
你可以通过同时改变 `.spec.parallelism``.spec.completions` 来扩大或缩小带索引 Job,
18801880
从而满足 `.spec.parallelism == .spec.completions`
18811881
缩减规模时,Kubernetes 会删除具有更高索引的 Pod。
18821882

1883-
弹性索引 Job 的使用场景包括需要扩展索引 Job 的批处理工作负载,例如 MPI、Horovord、Ray
1883+
弹性索引 Job 的使用场景包括需要扩展索引 Job 的批处理工作负载,例如 MPI、Horovod、Ray
18841884
和 PyTorch 训练作业。
18851885

18861886
<!--

0 commit comments

Comments
 (0)