Skip to content

Commit c2122fc

Browse files
committed
[zh] fix typo
1 parent aa229d3 commit c2122fc

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
@@ -1874,7 +1874,7 @@ 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`

0 commit comments

Comments
 (0)