Replies: 1 comment 6 replies
-
It might have been a bug or a configuration issue at the time. I am also considering making metal-lb optional. #172 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In his video on this topic, @timothystewart6 said he couldn't get kube-vip to work as a load balancer, which is why we're still using metallb. I didn't think much of this at the time--nor did I mind, as I like metallb--but after getting this repo working with kube-vip using BGP, I just found out that a single node can't use BGP in two deployments (e.g. kube-vip and metallb) as it leads to 'peer flapping', which I need to solve.
The simple solution to this is likely to just use kube-vip as a load balancer, but before I start down that rabbit-hole, I wanted to see if there was some Very Good Reason why kube-vip didn't work in the first place? Anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions