Ori Braunshtein
Ori Braunshtein
When there's a new issue we usually ask for different logs to understand the cause: controller/speaker pod logs, custom resources (replaces the configmap), and when FRR is involved we also...
With the new crds it would be useful to have a bit more info when using `kubectl get`, for example: ``` $ kubectl get bgppeers NAME IP MYASN ASN ......
### Is your feature request related to a problem? https://github.com/metallb/metallb/issues/2158 is merged, but there's a corner-case we don't handle where if a speaker is deleted permanently (either the node is...
### Is your feature request related to a problem? https://github.com/metallb/metallb/blob/main/design/crd-status.md ### Describe the solution you'd like As described in https://github.com/metallb/metallb/blob/main/design/crd-status.md#ipaddresspool-status we want to implement the status for IPAddressPools. ### Additional...
### Is your feature request related to a problem? https://github.com/metallb/metallb/blob/main/design/crd-status.md ### Describe the solution you'd like As described in https://github.com/metallb/metallb/blob/main/design/crd-status.md#configuration-status we want to implement the `ConfigurationStatus` resource. ### Additional context...
### Is your feature request related to a problem? https://github.com/metallb/metallb/blob/main/design/crd-status.md ### Describe the solution you'd like As described in https://github.com/metallb/metallb/blob/main/design/crd-status.md#service-announcement---bgp we want to implement the `ServiceBGPStatus` resource. ### Additional context...
We should enable some IPv6/Dualstack control-plane lanes, would help us catch broken scenarios that already have existing tests, e.g https://github.com/ovn-org/ovn-kubernetes/pull/4080 would have been avoided a few months ago 😄
Aligning with what we already do for the speaker's nodeSelector/tolerations **Is this a BUG FIX or a FEATURE ?**: /kind bug **What this PR does / why we need it**:...