Metallb charm should create a L2Advertistment

Bug #2030108 reported by Adam Dyess
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MetalLB Operator
Fix Released
High
Adam Dyess

Bug Description

According to the MetalLB Documentation [1] in order to configure the cluster for L2 Advertisements, the charm must also add a L2Advertisement like this

```
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
  name: example
  namespace: metallb-system
spec:
  ipAddressPools:
  - first-pool
```

[1] https://metallb.universe.tf/configuration/#layer-2-configuration

Revision history for this message
Adam Dyess (addyess) wrote :

The charm adds a default L2Advertisement with the same name as the IPAddressPool

https://github.com/charmed-kubernetes/metallb-operator/pull/34

Changed in operator-metallb:
milestone: none → 1.28
assignee: nobody → Adam Dyess (addyess)
status: New → In Progress
importance: Undecided → High
Adam Dyess (addyess)
Changed in operator-metallb:
status: In Progress → Fix Committed
Adam Dyess (addyess)
Changed in operator-metallb:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.