Ivan · @ismirnov
62 followers · 243 posts · Server sysad.ninja

Protip for on with

BE SURE to set your externalTrafficPolicy on your service type to "Local", otherwise your BGP routes WILL NOT BE ACCEPTED by the UDM Pro.

Apparently it's missing the multipath capabilities in the kernel, so the routes will get rejected by the "frr" container.

You can patch your service with: kubectl patch svc myservice -p '{"spec":{"externalTrafficPolicy":"Local"}}'

github.com/fabianishere/udm-ke

I spent 6 weeks figuring this out 😢

#bgp #Metallb #k3s #unifi

Last updated 2 years ago

Jeff · @jeff
149 followers · 471 posts · Server fenetre.dev

After a couple days of on-off struggling with MetalLB, I finally got BGP mode working on my network. Quick tip - you MUST advertise a different subnet for your LoadBalancer IPs. They can't be IPs in your existing subnet. After all, it's ROUTING.

#kubernetes #Metallb #duh

Last updated 2 years ago

Wolfensteijn · @wolfensteijn
97 followers · 130 posts · Server mastodon.nl

So, the tutorial over on geek-cookbook.funkypenguin.co. by the fabulous @funkypenguin is just fine. Maybe a little bit dated by now (two major releases of the ago), but it does work 😁😅

#HelmChart #Metallb

Last updated 2 years ago