-
Notifications
You must be signed in to change notification settings - Fork 1.1k
expose Pod assigned IPs to NRI plugins #8731
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
Conversation
|
/assign @saschagrunert Sending to run on CI, not familiar with the policies about dependencies in crio, so you may want to wait for the tagged release of NRI, so feel free to hold until that |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8731 +/- ##
==========================================
+ Coverage 46.41% 46.42% +0.01%
==========================================
Files 151 150 -1
Lines 21999 21964 -35
==========================================
- Hits 10210 10197 -13
+ Misses 10720 10698 -22
Partials 1069 1069 |
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.
Thanks! Just a nit about the release.
Signed-off-by: Antonio Ojea <[email protected]>
|
@saschagrunert updated the PR to use the latest tag |
|
/approve LGTM, thanks! |
Add a new getter to the sandbox object GetIPs that wraps the existing one to match the NRI interface and avoid drifting of the methods. Signed-off-by: Antonio Ojea <[email protected]>
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.
Thanks!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, haircommander, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
/kind feature
Follow up on containerd/nri#119
Expose the assigned IPs to the Pod sandbox to the NRI plugins
Does this PR introduce a user-facing change?
No