-
Notifications
You must be signed in to change notification settings - Fork 916
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
Propose binding priority and preemption #4993
base: master
Are you sure you want to change the base?
Propose binding priority and preemption #4993
Conversation
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 #4993 +/- ##
==========================================
- Coverage 53.33% 48.34% -4.99%
==========================================
Files 252 666 +414
Lines 20482 54858 +34376
==========================================
+ Hits 10924 26521 +15597
- Misses 8836 26614 +17778
- Partials 722 1723 +1001
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks~ |
/assign @RainbowMango |
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
Hi @whitewindmills I guess it's a good chance to introduce this proposal at tomorrow's community meeting, what do you think? |
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
hi all, can we continue this proposal? |
+1 |
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
Hi all, Thank you all for the amazing feedback today! In summary, our design currently only targets the resource that is scheduled in a single cluster, and the preemption only happens for the bindings in one cluster. Here are the points we agree with in this proposal:
These are the points where we have different views or additional questions and thoughts:
Thanks for your time again! Please feel free to provide any comment. |
f1b5c03
to
f2f7cb9
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
f2f7cb9
to
b0070de
Compare
@RainbowMango can this proposal be merged? |
I want to give it another look and see if any comments from the others. |
b0070de
to
0246005
Compare
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
0246005
to
c1dbe3f
Compare
c1dbe3f
to
b711230
Compare
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
fb8f4f4
to
328750b
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.
I don't have any other comments regarding the priority scheduling part so far except the feature gate name.
Next, I would like to ask @kevin-wangzefeng to review this design again. If no further comments, I think we can start coding. Additionally, the preemption part is relatively complex and needs further discussion.
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
docs/proposals/scheduling/binding-priority-preemption/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
328750b
to
468bef1
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
As I mentioned on #4993 (review), looks great for the priority scheduling part.
What type of PR is this?
/kind design
What this PR does / why we need it:
Propose binding priority and preemption
Which issue(s) this PR fixes:
Fixes #4938
Special notes for your reviewer:
Does this PR introduce a user-facing change?: