cloudnativelabs / kube-router

Kube-router, a turnkey solution for Kubernetes networking.
https://kube-router.io
Apache License 2.0
2.33k stars 471 forks source link

Fix DSR Boundary Conditions #1656

Closed aauren closed 7 months ago

aauren commented 7 months ago

Don't attempt to setup DSR for pods where hostNetwork: true is set.

DSR doesn't work for hostNetwork'd pods and will only end up causing bizarre problems when kube-router attempts to make it happen anyway. Now, we emit an error early and don't attempt to let it go any further before breaking.