Skip to content

Tags: nomorer/kube-router

Tags

v0.4.0-rc3

Toggle v0.4.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.4.0-rc2

Toggle v0.4.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix .goreleaser.yml (cloudnativelabs#837)

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