-
Notifications
You must be signed in to change notification settings - Fork 73
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
IP to connect to the host machine #196
Comments
Have you found any working solution? |
It looks like you can use 192.168.64.1 for xhyve. See https://github.com/kubernetes/minikube/blob/master/pkg/minikube/cluster/cluster.go#L287-L318 for more info. |
@r2d4 Thank you for response. |
Oh, sorry. It works. It was my mistake. I tried connecting to this port using telnet, but it didn't work. But with kubernetes persistent volume of type NFS it works perfectly well. |
Thanks @r2d4 ! Works for me too |
Hi!
I'm using xhyve as my Minikube VM driver. I'm aware that when using Virtualbox as the VM driver for Minikube, the IP address
10.0.2.2
is a shorthand for connecting back to the host, but this doesn't seem to be hold when using xhyve.Is there an IP that exposes the host machine when using xhyve? I'd like to be able to dynamically expose applications running on my host machine's
localhost
to applications running on my cluster and usingifconfig
to get the address each time doesn't seem super sustainable 🙂The text was updated successfully, but these errors were encountered: