Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
228d2267
Commit
228d2267
authored
Aug 08, 2016
by
Crazykev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate words in indexed-job
Signed-off-by:
Crazykev
<
crazykev@zju.edu.cn
>
parent
faffbe4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
indexed-job.md
docs/design/indexed-job.md
+3
-3
No files found.
docs/design/indexed-job.md
View file @
228d2267
...
@@ -103,7 +103,7 @@ and can refer to it from other resource types, such as
...
@@ -103,7 +103,7 @@ and can refer to it from other resource types, such as
Here are several examples of
*work lists*
: lists of command lines that the user
Here are several examples of
*work lists*
: lists of command lines that the user
wants to run, each line its own Pod. (Note that in practice, a work list may not
wants to run, each line its own Pod. (Note that in practice, a work list may not
ever be written out in this form, but it exists in the mind of the Job creator,
ever be written out in this form, but it exists in the mind of the Job creator,
and it is a useful way to talk about the
the
intent of the user when discussing
and it is a useful way to talk about the intent of the user when discussing
alternatives for specifying Indexed Jobs).
alternatives for specifying Indexed Jobs).
Note that we will not have the user express their requirements in work list
Note that we will not have the user express their requirements in work list
...
@@ -387,7 +387,7 @@ equal to the number of work items in the work list.
...
@@ -387,7 +387,7 @@ equal to the number of work items in the work list.
Each pod that the job controller creates is intended to complete one work item
Each pod that the job controller creates is intended to complete one work item
from the work list. Since a pod may fail, several pods may, serially, attempt to
from the work list. Since a pod may fail, several pods may, serially, attempt to
complete the same index. Therefore, we call it a
a
*completion index*
(or just
complete the same index. Therefore, we call it a
*completion index*
(or just
*index*
), but not a
*pod index*
.
*index*
), but not a
*pod index*
.
For each completion index, in the range 1 to
`.job.Spec.Completions`
, the job
For each completion index, in the range 1 to
`.job.Spec.Completions`
, the job
...
@@ -564,7 +564,7 @@ before. They will have a new annotation, but pod are expected to tolerate
...
@@ -564,7 +564,7 @@ before. They will have a new annotation, but pod are expected to tolerate
unfamiliar annotations.
unfamiliar annotations.
However, if the job controller version is reverted, to a version before this
However, if the job controller version is reverted, to a version before this
change, the jobs whose pod specs depend on the
the
new annotation will fail.
change, the jobs whose pod specs depend on the new annotation will fail.
This is okay for a Beta resource.
This is okay for a Beta resource.
#### Job Controller Changes
#### Job Controller Changes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment