Federico Paolinelli
Federico Paolinelli
Pretty new to go and trying to apply what I've been reading about structuring good go code. Pretty sure I missed something :-)
The latest metallb version is now configurable only via CRs. Please refer to the documentation on how to use the configmap to CR converter (doc here https://metallb.universe.tf/#backward-compatibility)
MetalLB with FRR support was released with v0.12.0, adding this issue to track the removal of the experimental warning. To add more information, the Openshift version of metallb is using...
When running dev-env with a prefixed configuration (-p bgp for example) we don't wait for the controller to be in place, so the creation of the configuration fails because the...
This to continue what was done in https://github.com/metallb/metallb/pull/1497 and have the metallb- prefix to all the webhook related resources (including `webhook-server-cert` and `webhook-service`)
The crds under config are generated by controller-gen when we run inv generatemanifests. Having a way to translate them in manifests under the chart will reduce the risk of manual...
Especially now that we have multiple configurations tied to the ipaddresspool, it'd be useful to see which pool was used to assign the ip to a given service. It can...
Due to a serie of changes, the 0.13.2 release wasn't as smooth as before. See https://github.com/metallb/metallb/issues/1474 and https://github.com/metallb/metallb/issues/1471 It must be possible from our CI to test the release process...
Right now, we are checking that the pods are exposing the metrics, but we are not sure all the integration with prometheus works. In other words, if our podmonitor configuration...
We did not use it, but it's possible to specify a custom as per peer basis using [local-as](https://docs.frrouting.org/en/latest/bgp.html#clicmd-neighbor-PEER-local-as-AS-NUMBER-no-prepend-replace-as) Currently, metallb rejects custom `localAs`s if they are not all equal. Using...