-
Notifications
You must be signed in to change notification settings - Fork 109
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
feat(overcommit): add node overcommit webhook #229
feat(overcommit): add node overcommit webhook #229
Conversation
@WangZzzhe Could u please rebase the main branch and resolve the conflict of go.mod? |
ad8ab9a
to
0d207ee
Compare
@caohe Done. And the replacement of katalyst-api will be removed before merge |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #229 +/- ##
==========================================
+ Coverage 53.13% 53.26% +0.12%
==========================================
Files 400 402 +2
Lines 43803 43969 +166
==========================================
+ Hits 23275 23418 +143
- Misses 17964 17969 +5
- Partials 2564 2582 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
83e02a2
to
6dcf6c7
Compare
6dcf6c7
to
e3fbcc8
Compare
e3fbcc8
to
9063bf9
Compare
9063bf9
to
34ec452
Compare
What type of PR is this?
Features
What this PR does / why we need it:
add a node mutatingwebhook.
this webhook hijack node.status updating requests, amplify node allocatable and capacity by node overcommitment annotations, which supports node resource overcommitment without users' awareness
Which issue(s) this PR fixes:
#214