You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add service/endpoints handlers so BGP routes are added/removed as soon as service/endpoints updates occur (@andrewsykim)
5
+
* Networkpolicies should account for pods that are not given a pod IP yet (@xanonid)
6
+
* Refactor to use shared informers (@andrewsykim)
7
+
* Fix bug where default ASN is used for iBGP peering when cluster ASN is set (@andrewsykim)
8
+
* Support advertising `service.Status.LoadBalancer.Ingress` IPs with flag `--advertise-loadbalancer-ip` (@jjo)
9
+
* Add delay for AWS EC2 operations and only make API calls if kube-router has the necessary IAM roles (@murali-reddy)
10
+
* Add unit tests `Test_addExportPolicies` (@andrewsykim)
11
+
* Allow advertise pod CIDR to be set using a node annotation `kube-router.io/pod-cidr`, this will override the pod CIDR specified in node.Spec.PodCIDR(@andrewsykim)
12
+
* Withdraw VIP routes if `service.Spec.ExternalTrafficPolicy=Local` and a node does not contain healthy endpoints for a service (@TvL2386)
0 commit comments