-
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
doc(*): add proposal for enhance orm by nri #525
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #525 +/- ##
==========================================
- Coverage 55.52% 55.48% -0.04%
==========================================
Files 552 552
Lines 59056 59415 +359
==========================================
+ Hits 32788 32964 +176
- Misses 22842 23011 +169
- Partials 3426 3440 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Airren Thanks for your contribution! This proposal is very detailed and well thought out. Could you sign the CLA required by the community? |
sure, I have finished the CLA signed. |
6b541f5
to
67d02d3
Compare
Signed-off-by: Airren <[email protected]>
What type of PR is this?
Enhancements
What this PR does / why we need it:
Leverage NRI to enhance ORM, thus avoiding intrusive modifications to upstream Kubernetes components. This facilitates synchronous configuration of QoS policies and seamless injection of environment variables
Which issue(s) this PR fixes:
#430