MetalLBStaleConfig #
Meaning #
MetalLB Pod is running on a stale configuration, because the latest configuration failed to load.
Impact #
With a stale configuration, not all routes and IPs are up-to-date and therefore can result in failed network connections.
Diagnosis #
Check the logs of the MetalLB pods:
kubectl get pods
kubectl logs ${metallb_pod?}
Mitigation #
TBD