-
Notifications
You must be signed in to change notification settings - Fork 892
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
Introduce a new API named WorkloadRebalancer to support rescheduling #4841
Conversation
@XiShanYongYe-Chang @RainbowMango could you please take some time to help review it? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #4841 +/- ##
==========================================
- Coverage 52.99% 52.98% -0.01%
==========================================
Files 250 250
Lines 20420 20421 +1
==========================================
- Hits 10821 10820 -1
- Misses 8880 8882 +2
Partials 719 719
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9c565c9
to
2cd253b
Compare
Please fix the comments and remove the ResourceBinding part as it's in #4848. |
2cd253b
to
17de36e
Compare
ed44bd0
to
5805103
Compare
5805103
to
760b6cc
Compare
Please rebase and fix failing tests. |
f15a99a
to
e00213f
Compare
e00213f
to
84f4741
Compare
done, ready to review @RainbowMango @XiShanYongYe-Chang I have finished testing this PR too. |
pkg/controllers/workloadrebalancer/workloadrebalancer_controller.go
Outdated
Show resolved
Hide resolved
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.
Review is on going, I'm still looking at the status part.
a845acb
to
635209a
Compare
pkg/controllers/workloadrebalancer/workloadrebalancer_controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
635209a
to
c600991
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.
/approve
Leave LGTM to @XiShanYongYe-Chang for final decision.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
What type of PR is this?
/kind api-change
/kind feature
What this PR does / why we need it:
Introduce a new API named WorkloadRebalancer to support rescheduling
Which issue(s) this PR fixes:
Fixes part of #4840
Special notes for your reviewer:
DO NOT MERGE until the following PR have been merged:
Does this PR introduce a user-facing change?: