-
Notifications
You must be signed in to change notification settings - Fork 994
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
Add MPI example and tests #51
Conversation
metadata: | ||
name: lm-mpi-job | ||
spec: | ||
minAvailable: 2 |
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.
minAvailable should be 3 to run whole job.
@@ -0,0 +1,17 @@ | |||
FROM ubuntu:16.04 | |||
MAINTAINER volcano <maintainer@volcano.sh> |
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.
let us this email: volcano-sh@googlegroups.com
That's what I call timing: kubernetes-retired/kube-batch#688 I'm worried my review is going to be biased since I just did this PR for Kube-Batch, so keep that in mind. :)
I'm the new guy looking at this, and I'm not sure the direction or end-state y'all are looking to achieve, so take these comments as uninformed. :) |
Nop, user can build container on demand, with open-mpi & ssh support. For kubectl, it try to avoid unnecessary access to api-server; and that'll be great if you can build a 'kubectl' plugin for mpi job to use. |
btw, let's discuss the detail at #42 ; I'd like to get this merged firstly for next step :) |
[Issue volcano-sh#51] [BUG2019040200210] DeletedFinalStateUnknown should be handled correctly DeletedFinalStateUnknown should be handled correctly Issues info: Issue ID: 51 Title: [BUG2019040200210] job已经被删除的情况下,pod反复重新拉起被kill的操作 Issue url: CBU-PaaS/Community/volcano/volcano#51 See merge request CBU-PaaS/Community/volcano/volcano!84
For #42