Failed to allocate IP #12026
Unanswered
raphael10-collab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I set the IP Address in the metallb config file to the Public Floating IP I bought from the Cloud infrastructure provider or the Public IP of the node :
when I install ingress-nginx with helm, I get the error message:
Failed to allocate IP:->:
If I set in the Metallb Config file internal IP, an internal IP is assigned to ingress-nginx without any issues, but I do not get External IP for the LoadBalancer :
-> :
Looking for ways to use a VIP as External IP for LoadBalancing, I've found this youtube video: https://www.youtube.com/watch?v=BfMGInHtFBc&t=21s
In the comments three years ago someone asked this question:
"Can i use VIP as LoadBalancer EXTERNAL-IP?"
getting this answer:
"Currently you cannot. EXTERNAL-IP is typical the cloud controller manager's job. We don't have a cloud controller for bare metal (yet?) but it could make sense if/when we do to do this."
So... my question is: how to set an External (Public) IP Address to make it available and at disposal to the LoadBalancer?
Are there any Talos Settings which prevent to use Public IP Address for the LoadBalancer?
If the output above is correct, how to connect to the LoadBalancer? I tried with
curl -v hh.h.hh.h:80wherehh.h.hh.h is the External-IP indicated bykubectl-n ingres-nginx get svc.ingress-nginx-controllerand I tried with the endpoint indicated bykubectl -n ingress-nginx describe service ingress-nginx-controller: curl -v gg.ggg.gg.gg:443but gotCouldn't connect to servererror messageBeta Was this translation helpful? Give feedback.
All reactions