Error installing IPAddressPool with MetalLB in IPVS mode
I installed MetalLB using the following manifest:
L2 MetalLB speakers on distinct nodes for distinct services
I am running MetalLB load balancer on my Kubernetes cluster in L2 mode (BGP mode is out of question).
I’m encountering an issue with MetalLB when trying to assign external IPs to services within a specific namespace
I’m new to Kubernetes. Yesterday, I set up MetalLB and was able to assign IP addresses to all services in the default namespace. However, when I try to do the same with services in another namespace, they only show as <pending>
. Can anybody please help me with this?