Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: DandyDeveloper/kube-router

Tags

v0.4.0-rc1

Toggle v0.4.0-rc1's commit message
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

v0.3.2

Toggle v0.3.2's commit message
Updated the kube-proxy cleanup command to use the newer version (clou…

…dnativelabs#762)

LGTM. Thanks for the pr @zerkms

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle null *route (cloudnativelabs#732)

v0.3.0

Toggle v0.3.0's commit message
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

v0.2.5

Toggle v0.2.5's commit message
Removes IPv6 address insertion into BGP IPv4-only nexthop field. (clo…

…udnativelabs#606)

cloudnativelabs#605

v0.2.4

Toggle v0.2.4's commit message
Fixed typo in `Global External BGP Peers` example (cloudnativelabs#627)

`peer-router-asns` does not need quotes around

v0.2.3

Toggle v0.2.3's commit message
IPVS throughput fixes and enable arp_ignore and arp_announce

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes regression in BGP route reflector functionality. (cloudnativela…

…bs#573)

Use proper conversion so correct cluster ID is passed to GoBGP library

v0.2.1

Toggle v0.2.1's commit message
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.

v0.2.0

Toggle v0.2.0's commit message
dont shutdown gobgp server if graceful restart is enabled (cloudnativ…

…elabs#526)