mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-15 23:40:25 +00:00
Automatic merge from submit-queue. 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>. Check ErrorNotFound for IPVS in netlink.go to fix windows cross build error **What this PR does / why we need it**: Check IPVS unbind address ErrorNotFound in `netlink.go` which is only compiled in Linux platform to fix windows cross build error. **Which issue(s) this PR fixes**: Fixes #59223 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```