Fixed: Make iptables and ipvs modes of kube-proxy MASQUERADE --random-fully if possible
What's the problem?
This issue was identified in Kubernetes PR #78547. <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-fir...
Why does this happen?
Based on the PR analysis, this was caused by a race condition or misconfiguration in the networking stack.
Code Example
# See fix details in GitHub PR: https://github.com/kubernetes/kubernetes/pull/78547 How to fix it
The fix involves updating the network policy or controller logic as implemented in the PR commits.