-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Job patterns documentation #17345
Conversation
GCE e2e test build/test passed for commit fc06df3aa42c923c90eca04cb7773ec09491b6e2. |
GCE e2e build/test failed for commit 8fbae38f23d340481a5b9f7af5341dcbe554b331. |
Labelling this PR as size/XXL |
GCE e2e build/test failed for commit 18657a0aefa391a79151a15f0a989fb91a7b62e0. |
GCE e2e test build/test passed for commit c7234852eaafa14a94a9f8e1dabde35a9803c7d6. |
GCE e2e test build/test passed for commit 8837068f6043f5b6eb68f2365d0d912af2ff624e. |
GCE e2e build/test failed for commit e70e755301000143f92b231d2f1aaf6eed8372aa. |
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*. |
There was a problem hiding this comment.
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.
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 |
There was a problem hiding this comment.
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.
FYI, these examples belong in the user-guide. /examples is for actual apps. |
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
These are not considered "examples", per kubernetes/kubernetes#17345 (comment)
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