-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXTERNAL-IP is always none and unable to reach to Service from Host machine #723 #3966
Comments
I think this is normal, you need a LoadBalancer to get an external IP ? However, you should be able to reach it on |
Please note, when I login to the minikube I am able to curl to the service:
I am also able to ping to the Machine from the host:
But the Curl to the Service doesnt work:
The Port forwarding on the VirtualBox is not configured properly? I believe this is a bug on the Minikube |
|
Closing as a duplicate of #3587, thank you for the extra information! |
For instance following the tutorial on: https://kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
When I run
kubectl get services
Output:
Note: I ran the minikube behind the Poxy and using Cert by following: https://github.com/kubernetes/minikube/blob/master/docs/http_proxy.md
But the Curl to the Service doesnt work:
The text was updated successfully, but these errors were encountered: