I installed metallb follow by doc:
https://metallb.universe.tf/installation/, after installed successfully I deployed test nginx deployment and LoadBalancer service, the service has allocated a external-ip by metallb. I can access the nginx service inside cluster(include master and worker node) by curl, like: curl http://<external-ip>, but outside the cluster, I can not curl to the nginx service, show error: curl: (7) Failed to connect to <external-ip> port 80: no route to the host. Has anyone had this problem?
My k8s version is: v1.20.11, metallb version is: v0.11.0