Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job patterns documentation #17345

Merged
merged 1 commit into from
Dec 11, 2015
Merged

Conversation

erictune
Copy link
Member

Work in progress, on documenting 3 different ways to run a job with parallel pods. I am working on a 4th way, which is the so-called "static work assignment with downward API". That isn't in this PR. This PR isn't ready for a final review, but I would like feedback at this point from people on whether it makes sense, if there are things I could do better, and how we feel about there being these different ways to use
job.

CCing people who like jobs:

@soltysh @mikedanese @davidopp @bgrant0607

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e test build/test passed for commit fc06df3aa42c923c90eca04cb7773ec09491b6e2.

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e build/test failed for commit 8fbae38f23d340481a5b9f7af5341dcbe554b331.

@k8s-github-robot k8s-github-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 17, 2015
@k8s-github-robot
Copy link

Labelling this PR as size/XXL

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e build/test failed for commit 18657a0aefa391a79151a15f0a989fb91a7b62e0.

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e test build/test passed for commit c7234852eaafa14a94a9f8e1dabde35a9803c7d6.

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e test build/test passed for commit 8837068f6043f5b6eb68f2365d0d912af2ff624e.

@k8s-bot
Copy link

k8s-bot commented Nov 17, 2015

GCE e2e build/test failed for commit e70e755301000143f92b231d2f1aaf6eed8372aa.

@erictune erictune assigned soltysh and unassigned thockin Nov 17, 2015
NoSQL database to scan, and so on.

In a complex system, there may be multiple different sets of work items. Here we are just
considering one set of work items that the user wants to manage together &emdash; a *batch job*.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

— is what you want here.

@soltysh
Copy link
Contributor

soltysh commented Nov 18, 2015

I've started looking at this, but haven't finished yet. I'll be back to it when I finish travelling, later today.


```console
# Expand files into a temporary directory
$ mkdir ./tmp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ls, and create are using jobs dir, but here you're using tmp, which is also with sed.

@k8s-github-robot k8s-github-robot merged commit 08de178 into kubernetes:master Dec 11, 2015
@erictune erictune deleted the job-patterns branch January 5, 2016 05:10
@bgrant0607
Copy link
Member

FYI, these examples belong in the user-guide. /examples is for actual apps.

erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 25, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Mar 26, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Apr 18, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Apr 18, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Apr 18, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Jun 20, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Jun 20, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Jun 20, 2016
erictune added a commit to erictune/erictune.github.io that referenced this pull request Jun 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants