MetalLBConfigNotLoaded #
Meaning #
MetalLB configuration failed to load since starting the Pod.
Impact #
With a not successfully loaded 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