- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.1k
 
server: ensure CNI teardown prevents IP leaks with missing netns #9372
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
| 
           @danwinship could you PTAL?  | 
    
6cd3e33    to
    095cb77      
    Compare
  
    
          Codecov Report❌ Patch coverage is  Additional details and impacted files@@            Coverage Diff             @@
##             main    #9372      +/-   ##
==========================================
+ Coverage   67.17%   67.30%   +0.13%     
==========================================
  Files         200      200              
  Lines       27680    27702      +22     
==========================================
+ Hits        18595    18646      +51     
+ Misses       7540     7510      -30     
- Partials     1545     1546       +1     🚀 New features to boost your workflow:
  | 
    
| 
           https://github.com/cri-o/cri-o/actions/runs/16651679437/job/47126005482?pr=9372  | 
    
e837b67    to
    c354bd9      
    Compare
  
    | 
           @cri-o/cri-o-maintainers PTAL  | 
    
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.
Just a nit, otherwise LGTM.
Signed-off-by: Sohan Kunkerkar <[email protected]>
c354bd9    to
    e1bf924      
    Compare
  
    | 
           [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, sohankunkerkar 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   | 
    
| 
           /cherry-pick release-1.33  | 
    
| 
           @sohankunkerkar: new pull request created: #9382 In response to this: 
 Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.  | 
    
This fix leverages CNI cache files to retrieve network attachments and call CNI DEL when network namespace files are missing, preventing IP address leaks.
What type of PR is this?
/kind bug
What this PR does / why we need it:
This will fix the issue mentioned in #9301 (comment)
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?