mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Automatic merge from submit-queue (batch tested with PRs 58300, 58530, 57942, 58543). 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>. Fix nodeport localhost martian source error **What this PR does / why we need it**: kube-proxy NodePort access via localhost, with externalTrafficPolicy=Local will trigger martian source error. This PR fixes nodeport localhost martian source error. **Which issue(s) this PR fixes**: Fixes #57922 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```