Murali Reddy
6887ce716e
add proper message when reading pod CIDR from cni conf file ( #450 )
2018-05-26 02:52:28 +05:30
Murali Reddy
380a4763b6
update export polices onNodeUpdate so the routes are exchanged with new node immediatley ( #441 )
2018-05-17 15:50:47 +05:30
Rahul Menon
8aa4324211
adds explicit check for existing tunnel to avoid partial matches ( #442 )
2018-05-16 21:27:23 +05:30
Murali Reddy
6d86656f5e
fix wrong use of advertiseVIPs where withdrawVIPs is required ( #436 )
2018-05-13 09:14:09 +05:30
Murali Reddy
b0733cb581
update clusteripprefixset so that BGP export policies allow advertising the service VIP ( #435 )
2018-05-13 08:32:36 +05:30
Murali Reddy
359ab1d9a1
explicilty specify source IP to use when send traffic over tunnels ( #428 )
2018-05-11 03:32:24 +05:30
Murali Reddy
41332a18b9
Ability to enable/disable node advertising its pod CIDR to external BGP peers ( #408 )
...
* 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
2018-04-23 18:32:59 +00:00
Murali Reddy
23d43622ec
split routing controllers to smaller modules by function ( #406 )
...
* split routing controllers to smaller modules by function
* review comments
2018-04-23 05:42:28 +00:00
Murali Reddy
05bec8b385
break controller package to independent packages ( #405 )
2018-04-22 13:25:58 +00:00