-
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
hyperkit: IP address is not set / mount.nfs: Connection timed out #3366
Comments
More info: I use dnsmasq and nfs mounting, and there is 192.168.64.1 in my dnsmasq.conf |
Seems like clearing /etc/exports helps, testing |
Helps. Is there any idea why it happens? |
Does this problem go away if dnsmasq is not running? |
I’ll try today evening |
Tried for 2 days and i can not reproduce this behaviour. 😞 |
Going to test inside another network, where it reproduces more often |
Stopping dnsmasq changed nothing |
Updated to v0.34.1. Got the same error, but now
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Make sure to upgrade to the latest hyperkit driver:
Thank you for opening the issue! |
Ok. I haven't seen such behaviour for a month (after moved to v1.0). |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG or HELP WANTED
How to reproduce it (as minimally and precisely as possible): I start as:
sometimes it's ok, so just
minikube delete
What happened: I receive
Logs
Please provide the following details:
Environment:
macOS High Sierra
Minikube version (use
minikube version
): minikube version: v0.27.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): "DriverName": "hyperkit",cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): "Boot2DockerURL": "file:///Users/antonmarin/.minikube/cache/iso/minikube-v0.26.0.iso"The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
Output of
minikube logs
(if applicable):Anything else do we need to know:
The text was updated successfully, but these errors were encountered: