make the doc easy understand

This commit is contained in:
knight 2019-02-05 14:52:34 +08:00 committed by GitHub
parent 40c7cc9911
commit 2d24fd86a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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 the Job object, which is then exposed as a volume in the pod via the downward
API. 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 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). in the work-queue style of Job, but that style has ease-of-use issues).