Tags: DandyDeveloper/kube-router
Tags
Fix: Send BGP Withdrawals for Service VIPs Upon Service Deletion (clo… …udnativelabs#756) * Refactor: seperate fetching service VIPs from advertise/withdrawal decision * Refactor: simplify advertise/withdrawal logic * Pass svcDeleted param to getVIPsForService * Don't advertise VIPs from deleted services * Test for withdrawing VIPs from deleted service * Refactor: use explicit handleServiceDelete functions
Prefer node PodCIDR from an annotation (cloudnativelabs#720) Current implementation never considers the "kube-router.io/pod-cidr" annotation when creating an ipset for the node pod network CIDR. The Node.Spec.PodCIDR is always used instead. This patch prefers the annotation PodCIDR over the Node.Spec.PodCIDR
Removes IPv6 address insertion into BGP IPv4-only nexthop field. (clo… …udnativelabs#606) cloudnativelabs#605
Fixed typo in `Global External BGP Peers` example (cloudnativelabs#627) `peer-router-asns` does not need quotes around
Ipv6; BGP peering (cloudnativelabs#545) * Use ip6tables for ipv6 and handle ipv6 for egress rules * Make the temp ipset's fit into 31 characters This should be improved. Some hash string should be used for temp names.
dont shutdown gobgp server if graceful restart is enabled (cloudnativ… …elabs#526)
PreviousNext