Skip to content

Commit 1db01fc

Browse files
authored
Merge pull request kubernetes#6186 from moutai/patch-1
Fix typo in Actual parallelism section
2 parents aae0312 + 139f1c1 commit 1db01fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/workloads/controllers/jobs-run-to-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ job "myjob" scaled
162162
You can also use the `scale` subresource of the Job resource.
163163

164164
Actual parallelism (number of pods running at any instant) may be more or less than requested
165-
parallelism, for a variety or reasons:
165+
parallelism, for a variety of reasons:
166166

167167
- For Fixed Completion Count jobs, the actual number of pods running in parallel will not exceed the number of
168168
remaining completions. Higher values of `.spec.parallelism` are effectively ignored.

0 commit comments

Comments
 (0)