You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use the plain MetalLB and specify the ui.service.type=LoadBalancer type,
you should also be able to specify an ui.service.type=LoadBalancerIP
Without this, the load balancer is using the first specified IP from the load balancer configuration (eg. 192.168.0.200 if the MetalLB range is 192.168.0.200-192.168.0.220
If you want to use the plain MetalLB and specify the
ui.service.type=LoadBalancer
type,you should also be able to specify an
ui.service.type=LoadBalancerIP
Without this, the load balancer is using the first specified IP from the load balancer configuration (eg.
192.168.0.200
if the MetalLB range is192.168.0.200-192.168.0.220
The generated
Service
entry should look s likeSee your example in the docker-registry service.yaml template file.
I try to add it and do a pr....
The text was updated successfully, but these errors were encountered: