We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f6f5bf + c4264fb commit d142b47Copy full SHA for d142b47
keps/sig-apps/2214-indexed-job/README.md
@@ -68,7 +68,7 @@ This KEP extends kubernetes with user-friendly support for running parallel jobs
68
Here, parallel means multiple pods per Job. Jobs can be:
69
- Embarrassingly parallel, where the pods have no dependencies between each other.
70
- Tightly coupled, where the Pods communicate among themselves to make progress
71
- (kubernetes/kubernetes#99497)[https://github.com/kubernetes/kubernetes/issues/99497]
+ [kubernetes/kubernetes#99497](https://github.com/kubernetes/kubernetes/issues/99497)
72
73
We propose the addition of completion indexes into the Pods of a *Job
74
[with fixed completion count]* to support running embarrassingly parallel
0 commit comments