Skip to content

Commit 9d0fbc5

Browse files
authored
Merge pull request #47654 from lezeroq/lezeroq/update_jobs_md
Fix a typo in job.md. Horovord is horovod
2 parents b153426 + e694639 commit 9d0fbc5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ and `.spec.completions` together such that `.spec.parallelism == .spec.completio
10781078
When scaling down, Kubernetes removes the Pods with higher indexes.
10791079

10801080
Use cases for elastic Indexed Jobs include batch workloads which require
1081-
scaling an indexed Job, such as MPI, Horovord, Ray, and PyTorch training jobs.
1081+
scaling an indexed Job, such as MPI, Horovod, Ray, and PyTorch training jobs.
10821082

10831083
### Delayed creation of replacement pods {#pod-replacement-policy}
10841084

0 commit comments

Comments
 (0)