-
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
Minikube fails to start with docker driver on macOS 11.1. Error: /var/lib/dpkg: no such file or directory #10302
Comments
The usual reason for this was that a race condition has caused an empty Using What docker version was this ? (sad that we don't log it) The previous issue was #8100 |
Thanks! I'll try with --preload=false and update here. It may be worth noting I've reproduced this issue with Minikube version 1.16.0 and 1.17.1 as well
|
The previous trick was to run a simple container with a
That will create a volume with 4.5 MB of various junk that also happens to be in the
And then we can go ahead and add the minikube preload data, on top of that. Instead of replacing the files, that it expects to be present (like /var/lib/dpkg) |
@afbjorklund issue seems to persist with --preload=false. I'll take another look at the
|
I've been able to get Minikube 1.17.0 running again by selecting |
Hi, |
Steps to reproduce the issue:
Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: