koordlet: add runtime hook plugin batch resource#774
Conversation
Codecov ReportBase: 67.93% // Head: 67.57% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #774 +/- ##
==========================================
- Coverage 67.93% 67.57% -0.37%
==========================================
Files 216 218 +2
Lines 24381 24913 +532
==========================================
+ Hits 16564 16835 +271
- Misses 6668 6900 +232
- Partials 1149 1178 +29
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
297c837 to
135cc4c
Compare
a2ce13d to
16f72e7
Compare
pkg/koordlet/runtimehooks/hooks/batchresource/batch_resource.go
Outdated
Show resolved
Hide resolved
a73336b to
9c69f68
Compare
9c69f68 to
17f3f96
Compare
pkg/koordlet/runtimehooks/hooks/batchresource/batch_resource.go
Outdated
Show resolved
Hide resolved
17f3f96 to
d762806
Compare
Signed-off-by: saintube <saintube@foxmail.com>
d762806 to
0e5d063
Compare
|
/lgtm |
|
/approve |
1 similar comment
|
/approve |
|
/assign @FillZpp |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FillZpp, zwzhang0107 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/milestone v1.1 |
Signed-off-by: saintube saintube@foxmail.com
Ⅰ. Describe what this PR does
Add a runtime hook plugin named BatchResource to apply cpu/memory limitations for batch pods.
It will replace the old BEReconcile reconciler via runtime hook workflow.
Ⅱ. Does this pull request fix one issue?
fixes #717
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test