Kubernetes Baremetal installation error: context deadline exceeded

Quote from moshe on 28/07/2022, 4:32 pmProblem
User gets the following error when trying to deploy metallb when the control-plane and the worker nodes on a different networks
Error from server (InternalError): error when creating “metallb.yaml”: Internal error occurred: failed calling webhook “ipaddresspoolvalidationwebhook.metallb.io”: failed to call webhook: Post “https://webhook-service.metallb-system.svc:443/validate-metallb-io-v1beta1-ipaddresspool?timeout=10s”: context deadline exceeded
Solution
Make sure all ports are opened between control-plane and the worker-nodes
Problem
User gets the following error when trying to deploy metallb when the control-plane and the worker nodes on a different networks
Error from server (InternalError): error when creating “metallb.yaml”: Internal error occurred: failed calling webhook “ipaddresspoolvalidationwebhook.metallb.io”: failed to call webhook: Post “https://webhook-service.metallb-system.svc:443/validate-metallb-io-v1beta1-ipaddresspool?timeout=10s”: context deadline exceeded
Solution
Make sure all ports are opened between control-plane and the worker-nodes