Merge pull request #3207 from knightXun/patch-3

make the doc easy understand
This commit is contained in:
Kubernetes Prow Robot 2019-02-05 13:04:25 -08:00 committed by GitHub
commit 98d8b09ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ Also, as a shortcut, for small worklists, it can be included in an annotation on
the Job object, which is then exposed as a volume in the pod via the downward
API.
### What Varies Between Pods of a Job
### What Varies Between Pods of an indexed-job
Pods need to differ in some way to do something different. (They do not differ
in the work-queue style of Job, but that style has ease-of-use issues).
@ -184,7 +184,7 @@ Experience in [similar systems](http://static.googleusercontent.com/media/resear
has shown this model to be applicable to a very broad range of problems, despite
this restriction.
Therefore we to allow pods in the same Job to differ **only** in the following
Therefore we want to allow pods in the same Job to differ **only** in the following
aspects:
- command line
- environment variables