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.
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.