mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-05 15:01:04 +02:00
* Node should advertise its pod CIDR to external BGP peers only if --advertise-node-pod-cidr is set to true (defaults to true). This is to enable a case where pod's remain non-routable from out of the cluster but service VIP's can be routable from out side the cluster. * fix unit test * address review comments