-
Notifications
You must be signed in to change notification settings - Fork 262
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
[MultiKueue] Document MPI Operator managedBy field #3316
[MultiKueue] Document MPI Operator managedBy field #3316
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM overall, proposed rephrase to the section on managedBy,
21cbb2f
to
eba0457
Compare
/ok-to-test |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, mszadkow The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: ad71b55d3ef8eb3a2c6ecc817680ec6dc64049ea
|
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.
@mszadkow Could you address these comments?
@@ -0,0 +1,36 @@ | |||
--- | |||
title: "Run MPI Jobs in Multi-Cluster" |
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.
title: "Run MPI Jobs in Multi-Cluster" | |
title: "Run MPIJobs in Multi-Cluster" |
This is exactly MPIJob.
weight: 3 | ||
date: 2024-10-25 | ||
description: > | ||
Run a MultiKueue scheduled MPI Jobs. |
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.
Run a MultiKueue scheduled MPI Jobs. | |
Run a MultiKueue scheduled MPIJobs. |
|
||
## MultiKueue integration | ||
|
||
Once the setup is complete you can test it by running a MPI Job [`sample-mpijob.yaml`](/docs/tasks/run/kubeflow/mpijobs/#sample-mpijob). |
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.
Once the setup is complete you can test it by running a MPI Job [`sample-mpijob.yaml`](/docs/tasks/run/kubeflow/mpijobs/#sample-mpijob). | |
Once the setup is complete you can test it by running a MPIJob [`sample-mpijob.yaml`](/docs/tasks/run/kubeflow/mpijobs/#sample-mpijob). |
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.
OK, will handle that
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Document how to use managedBy provided by the mpi-operator.
Which issue(s) this PR fixes:
Fixes #3313
Special notes for your reviewer:
Does this PR introduce a user-facing change?