-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[OCPBUGS-58229]:[release-1.33] server: Fix network cleanup failures when NetNS path is empty #9472
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
[OCPBUGS-58229]:[release-1.33] server: Fix network cleanup failures when NetNS path is empty #9472
Conversation
Fixes an issue where empty network namespace paths cause CNI teardown failures, preventing pod deletion and creating stuck pods. This happens when infra containers die, leaving NetNsPath() returning empty strings that CNI plugins cannot handle. The failure cascade: dead infra container → empty NetNS → CNI failure → StopPodSandbox failure → stuck pod → systemd cgroup conflicts → new pod creation failures. Observed in MicroShift environments. Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
sohankunkerkar
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, sohankunkerkar 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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.33 #9472 +/- ##
================================================
- Coverage 47.94% 47.64% -0.30%
================================================
Files 164 164
Lines 24204 24222 +18
================================================
- Hits 11604 11541 -63
- Misses 11458 11543 +85
+ Partials 1142 1138 -4 🚀 New features to boost your workflow:
|
c8e7df2
into
cri-o:release-1.33
|
/cherry-pick release-1.32 |
|
@haircommander: new pull request created: #9617 DetailsIn 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 is an automated cherry-pick of #9410
/assign sohankunkerkar