You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I was setting up caddy ingress controller on a bare metal server. I am aware that LoadBalancer IP would be in pending state so I added externalIPs to the Service type. After which I tried accessing using the allocated NodePort but it doesn't seem to be working. Any help would be appreciated! Thanks.
The text was updated successfully, but these errors were encountered:
I think (no expert here) k8s svc type loadbalancer (that's what this here creates) always requires a controller, which can, and will create/configure such an actual loadbalancer.
If you really have an external ip, there is metal lb which provides such a controller and which makes the external ip field of the caddy service go from pending to that real ip:
helm install metallb metallb/metallb -n metallb-system
k apply -f metallb_configmap_manifest.yaml
Hello. I was setting up caddy ingress controller on a bare metal server. I am aware that LoadBalancer IP would be in pending state so I added
externalIPs
to theService
type. After which I tried accessing using the allocatedNodePort
but it doesn't seem to be working. Any help would be appreciated! Thanks.The text was updated successfully, but these errors were encountered: