-
Notifications
You must be signed in to change notification settings - Fork 299
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 Multi-Kueue support to AppWrapper integration #3992
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/cc @mszadkow for a review pass who is working recently on the integration for KubeRay |
@mimowo: GitHub didn't allow me to request PR reviews from the following users: a, review, pass, who, on, the, KubeRay, is, working, recently, for. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
Remember to add to list of supported prebuiltWorkloads in validation.go |
/hold |
I think to implement the proper Is this the right approach, or should I look to generalize the base webhook so that it can incorporate optionally setting managedBy via an extension of GenericJob API? Perhaps by defining a |
Maybe the suggestion to rename the prefix for the integration would actually make life easier also here. PTAL: #4024 (comment) |
/retest Due to #4113 |
rebased to resolve appwrapper version bump (#4196) |
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
Thanks!
LGTM label has been added. Git tree hash: 3efc91674cafb87522e72db3c4a7da2acb7a16db
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgrove-oss, mimowo 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 |
* appwrapper multi-kueue adapter * AppWrapper implements JobWithManagedBy * set queue name on appwrapper * linter fix * review comment: use waitForJobAdmitted in appwrapper test * drop memory request for appwrapper test * bump appwrapper version to 1.0.1 * review comment: appwrapper supports prebuilt workloads * unit test defaulting of appwrapper by basewebhook * Multikueue ==> MultiKueue * bump appwrappers to 1.0.3 * fix expected completion message in appwrapper e2e test * multikueueAdapter => multiKueueAdapter * remove redundant webhook unit test * review comment: simplify DeleteRemoteObject impl
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds multikueue adapter to appwrappers integration.
Which issue(s) this PR fixes:
Fixes #3989
Special notes for your reviewer:
Does this PR introduce a user-facing change?