-
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
Implement genericjob interface on batchv1.Job #544
Implement genericjob interface on batchv1.Job #544
Conversation
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kerthcet The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
For a heads up, I'm starting the support for the MPIJob: #578. For now, I'm not using the interface, but continuing by copy-paste. We may abstract these two implementations once the MPIJob is done. Alternatively, if the interface is merged first I will rebase to use it and potentially adapt to the MPI needs. FYI: @mwielgus @alculquicondor |
One thing to mention about is #537 (comment), I'd like to provide a full controller, then all you need to do is just implement the Job Interface, do you think this can work well? |
I guess it could be helpful if the interface is abstracted well enough. We need to abstract it anyway at some point. If the interface is merged first I may need to adapt it a little bit, but it will be helpful, if the MPI integration is merged first, then we may need to adapt the interface. I think we just continue the efforts and see how we synchronize. When I have a working prototype I may also give you some comments to the interface. WDYT @alculquicondor ? |
+1 |
@kerthcet: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/close Superseded by #616 |
@alculquicondor: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
xref: #369
Special notes for your reviewer: