-
Notifications
You must be signed in to change notification settings - Fork 7
Support of ui.service.loadBalancerIP missing #5
Copy link
Copy link
Open
Description
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
The generated Service entry should look s like
.........cut......cut......cut..........
spec:
type: LoadBalancer
loadBalancerIP: 192.168.0.207
ports:
- port: 80
.........cut......cut......cut..........
See your example in the docker-registry service.yaml template file.
I try to add it and do a pr....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels