Merge pull request #6186 from moutai/patch-1

Fix typo in Actual parallelism section
pull/6190/merge
Qiming 2017-11-05 09:12:56 +08:00 committed by GitHub
commit 1db01fcee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ job "myjob" scaled
You can also use the `scale` subresource of the Job resource.
Actual parallelism (number of pods running at any instant) may be more or less than requested
parallelism, for a variety or reasons:
parallelism, for a variety of reasons:
- For Fixed Completion Count jobs, the actual number of pods running in parallel will not exceed the number of
remaining completions. Higher values of `.spec.parallelism` are effectively ignored.