Tags: nomorer/kube-router
Tags
restrict externalTrafficPolicy=Local interpretation only to NodePort … …and LoadBalancer services (cloudnativelabs#836) * restrict externalTrafficPolicy=Local interpretation only to NodePort and LoadBalancer services Fixes cloudnativelabs#818 * addressing review comments
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
PreviousNext