summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-05 13:04:25 -0800
committerGitHub <noreply@github.com>2019-02-05 13:04:25 -0800
commit98d8b09ea92e07207334bd2c64d71c7e22ff0bea (patch)
treef4319db4aed21a141910d48bf7407bb3b230fd3b /contributors
parent780acb671973a6eb5210b40dd1c77a9c36b979a0 (diff)
parentb21d1b27c8c748bf81283c2d89cde2becb5f2709 (diff)
Merge pull request #3207 from knightXun/patch-3
make the doc easy understand
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/apps/indexed-job.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/apps/indexed-job.md b/contributors/design-proposals/apps/indexed-job.md
index 98d65bdb..9b142b0f 100644
--- a/contributors/design-proposals/apps/indexed-job.md
+++ b/contributors/design-proposals/apps/indexed-job.md
@@ -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