-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Milestone
Description
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:
- Annotation on the service, e.g.
metallb.universe.tf/ignore=trueor similar - configmap, where I can explicitly list services to ignore
- 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.
Reactions are currently unavailable