-
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
Provide Kubeflow PaddleJob support for MultiKueue #2744
Provide Kubeflow PaddleJob support for MultiKueue #2744
Conversation
Skipping CI for Draft Pull Request. |
/ok-for-test |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
eadfbb6
to
ed4df4d
Compare
/lgtm |
LGTM label has been added. Git tree hash: 3d7b04659f647403edb47527c34abc201e90473f
|
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.
overall lgtm
just some nits.
pkg/controller/jobs/kubeflow/jobs/paddlejob/paddlejob_multikueue_adapter.go
Outdated
Show resolved
Hide resolved
pkg/controller/jobs/kubeflow/jobs/paddlejob/paddlejob_multikueue_adapter.go
Outdated
Show resolved
Hide resolved
@tenzen-y updated ptal |
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.
Thanks
/lgtm
/approve
LGTM label has been added. Git tree hash: 77b2502ca586c4956d1f802b0fbaf1c9a237b081
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mszadkow, tenzen-y 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 |
* Provide Kubeflow PaddleJob support for MultiKueue * update after code review * fix after review
What type of PR is this?
/kind feature
What this PR does / why we need it:
The PR introduces a new MultiKueue adapter to handle PaddleJob (Kubeflow).
We want to extend MultiKueue capabilities to satisfy the needs of early adopters.
Which issue(s) this PR fixes:
Relates #2552
Special notes for your reviewer:
Does this PR introduce a user-facing change?