Skip to content

Ignore a service of type=LoadBalancer #685

@deitch

Description

@deitch

Is there a way to have metallb ignore a Service of type=LoadBalancer? I couldn't find it in the docs or a brief search in the code.

From a UX perspective, I could see three ways to do this:

  1. Annotation on the service, e.g. metallb.universe.tf/ignore=true or similar
  2. configmap, where I can explicitly list services to ignore
  3. My favourite, configmap, where I can provide annotations that, if set, would cause metallb to ignore the service.

The last is my favourite, as it is is very similar to the standard taints/tolerations. Short of that, I would do service annotation, followed by configmap.

But if it already exists, I will take whatever it has.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions