-
Notifications
You must be signed in to change notification settings - Fork 276
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
Top-level MultiKueue cluster API #1631
Top-level MultiKueue cluster API #1631
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
d1071e4
to
7a524df
Compare
/test all |
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.
First pass, looks pretty good.
/retitle Top-level MultiKueue cluster API |
7a524df
to
9c7fcd8
Compare
9c7fcd8
to
a2a8538
Compare
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
/assign @tenzen-y @alculquicondor
/approve |
Maybe this solves the flakiness of #1658 /test pull-kueue-test-e2e-main-1-27 |
Another pass: /test pull-kueue-test-e2e-main-1-27 |
@trasc Remaining comment only here: #1631 (comment) |
Is that a blocker? |
I'm ok with follow-ups for implementations. However, I want to complete its discussion here. |
Let's do 2 more passes: /test pull-kueue-test-e2e-main-1-27 |
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
/lgtm cancel |
The last pass: /test pull-kueue-test-e2e-main-1-27 |
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
LGTM label has been added. Git tree hash: 1d40942fa5d4562ce973ea6c296646731e079a3a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, tenzen-y, trasc 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 |
* [api/v1alpha1] Make MultiKueueCluster an API object. * [multikueue] Make MultiKueueCluster an API object. * Fix after rebase * Review Remarks * Review Remarks * Review Remarks * [API/multikueue] Drop KubeConfig.Name * Review remarks * Review remarks
What type of PR is this?
/kind feature
What this PR does / why we need it:
Makes MultiKueueCluster a top level API object and adds a reconciler for it.
Which issue(s) this PR fixes:
Relates to #693
Special notes for your reviewer:
Does this PR introduce a user-facing change?