From 2d24fd86a373e74ddf9f1af071fb130757f5365c Mon Sep 17 00:00:00 2001 From: knight <1004815462@qq.com> Date: Tue, 5 Feb 2019 14:52:34 +0800 Subject: make the doc easy understand --- contributors/design-proposals/apps/indexed-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/apps/indexed-job.md b/contributors/design-proposals/apps/indexed-job.md index 98d65bdb..5d9cf818 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). -- cgit v1.2.3 From b21d1b27c8c748bf81283c2d89cde2becb5f2709 Mon Sep 17 00:00:00 2001 From: knight <1004815462@qq.com> Date: Tue, 5 Feb 2019 14:56:24 +0800 Subject: Update indexed-job.md --- contributors/design-proposals/apps/indexed-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/apps/indexed-job.md b/contributors/design-proposals/apps/indexed-job.md index 5d9cf818..9b142b0f 100644 --- a/contributors/design-proposals/apps/indexed-job.md +++ b/contributors/design-proposals/apps/indexed-job.md @@ -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 -- cgit v1.2.3