Skip to content

Commit

Permalink
Replace NO-BREAK SPACE to SPACE. (#10878)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibataka000 authored and k8s-ci-robot committed Jan 17, 2019
1 parent 87f0a72 commit 65ca8e6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -133,8 +133,8 @@ There are three main types of jobs:
- the job is complete when there is one successful pod for each value in the range 1 to `.spec.completions`. - the job is complete when there is one successful pod for each value in the range 1 to `.spec.completions`.
- **not implemented yet:** Each pod passed a different index in the range 1 to `.spec.completions`. - **not implemented yet:** Each pod passed a different index in the range 1 to `.spec.completions`.
1. Parallel Jobs with a *work queue*: 1. Parallel Jobs with a *work queue*:
 - do not specify `.spec.completions`, default to `.spec.parallelism`. - do not specify `.spec.completions`, default to `.spec.parallelism`.
 - the pods must coordinate with themselves or an external service to determine what each should work on. - the pods must coordinate with themselves or an external service to determine what each should work on.
- each pod is independently capable of determining whether or not all its peers are done, thus the entire Job is done. - each pod is independently capable of determining whether or not all its peers are done, thus the entire Job is done.
- when _any_ pod terminates with success, no new pods are created. - when _any_ pod terminates with success, no new pods are created.
- once at least one pod has terminated with success and all pods are terminated, then the job is completed with success. - once at least one pod has terminated with success and all pods are terminated, then the job is completed with success.
Expand Down

0 comments on commit 65ca8e6

Please sign in to comment.