-
Notifications
You must be signed in to change notification settings - Fork 105
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(ORM): add orm podResources server #453
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #453 +/- ##
==========================================
+ Coverage 55.67% 55.80% +0.12%
==========================================
Files 552 558 +6
Lines 59419 59846 +427
==========================================
+ Hits 33083 33398 +315
- Misses 22899 22979 +80
- Partials 3437 3469 +32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
need to rebase before it can be merged @WangZzzhe @caohe |
28b8742
to
179f8fa
Compare
Done. |
@luomingmeng pls have a look at this pr to make sure it is compatible with the original implementation for reporter |
36656f0
to
857e8ef
Compare
857e8ef
to
1c45d34
Compare
1c45d34
to
eec17ac
Compare
What type of PR is this?
Enhancements
What this PR does / why we need it:
Add v1 podResources server for ORM.
Topology allocated and allocatable resources from registered QRM plugins can be requested through [�List] and [GetAllocatableResources] api.
ORM also request device resource from kubelet and merge datas to podResources response, it can be configured with katalyst-agent custom args.
Which issue(s) this PR fixes:
#430