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

Install mpi-operator #44

Closed
lwilson opened this issue Mar 31, 2020 · 5 comments · Fixed by #48
Closed

Install mpi-operator #44

lwilson opened this issue Mar 31, 2020 · 5 comments · Fixed by #48
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lwilson
Copy link
Collaborator

lwilson commented Mar 31, 2020

Is your feature request related to a problem? Please describe.
We need to be able to run MPI jobs on the Kubernetes cluster

Describe the solution you'd like
mpi-operator from KubeFlow should do the trick: https://github.com/kubeflow/mpi-operator

Describe alternatives you've considered
We could build our own operator, but that seems unnecessary

Additional context
I think we should install the MPI operator separate from KubeFlow, as some users may want to run MPI jobs independently of using KubeFlow's other features.

@j0hnL
Copy link
Collaborator

j0hnL commented Apr 1, 2020

we should include a working example along with this installation. Running a simple tensorflow w/ horovod or mpi 'hello world' would be fitting

@lwilson
Copy link
Collaborator Author

lwilson commented Apr 1, 2020

We currently have an MPIJob example which uses apiVersion kubeflow.org/v1alpha1 and runs the Tensorflow Benchmark: https://github.com/dellhpc/omnia/blob/devel/examples/k8s-TensorFlow-resnet50-multinode-MPIOperator.yaml.

Should we add another example that uses apiVersion kubeflow.org/v1alpha2 (e.g., https://github.com/kubeflow/mpi-operator/blob/v0.2.2/examples/v1alpha2/tensorflow-benchmarks.yaml)?

@lwilson lwilson self-assigned this Apr 1, 2020
@lwilson lwilson added this to the v0.2 milestone Apr 1, 2020
@j0hnL
Copy link
Collaborator

j0hnL commented Apr 1, 2020

Remove the old v1alpha1 example and move forward with master branch of mpi-operator

@lwilson
Copy link
Collaborator Author

lwilson commented Apr 1, 2020

@j0hnL should we rely on master or stick with a tagged release?

@lwilson
Copy link
Collaborator Author

lwilson commented Apr 2, 2020

I changed this to use master instead of v0.2.2. See #48 (comment)

@j0hnL j0hnL closed this as completed in #48 Apr 3, 2020
ghandoura pushed a commit to ghandoura/omnia that referenced this issue Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants