Skip to content

Support of ui.service.loadBalancerIP missing #5

@ttww

Description

@ttww

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....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions