-
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
Can't start minikube with docker driver on zfs #16185
Comments
Same problem here. Did you find any solution? |
Running into the same issue. I will try downgrading but in the long term there should be some solution to this. My logs look similar to yours. same errors with overlayfs Update: downgraded to 1.27.1 and can confirm it is working. |
I'm having the same issue, downgrading to 1.27.0 fixed the problem. |
This may be related to the usage of docker and zfs as the underlying FS. It seems minikube doesn't work if docker is using zfs as the storage driver. You have to make docker use the overlay2 storage driver. To do that, see this https://blog.chlc.cc/p/docker-and-zfs-a-tough-pair/. Basically: 1) stop the docker service, 2) create a zfs volume, 3) format that volume (btrfs type seems to work, if you're having issues, use ext4), 4) mount the zfs volume to /var/lib/docker or wherever your docker data is located, 5) start the docker service. I was able to make this work with the latest version which is v1.31.0 at the time of this writing. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What Happened?
Similar to (unresolved) issue #10929
Running
minikube start
(orminikube start --driver=docker
) givesLog.txt attached.
I've tried the suggestions at #10929:
and
Attach the log file
logs.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: