mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 14:20:29 +00:00
Automatic merge from submit-queue (batch tested with PRs 56952, 57697). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. ignore nonexistent ns net file error when deleting container network **What this PR does / why we need it**: The pod may not get deleted completely at the first time. Such `no such file or directory` error should be ignored for retry logic. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #57465 **Special notes for your reviewer**: /cc @kubernetes/sig-network-misc **Release note**: ```release-note ignore nonexistent ns net file error when deleting container network in case a retry ```