-
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 1.11.0 unable to start podman 1.9.3 on Fedora 32 because already existing volume #8508
Comments
I also pruned all the volumes using sudo podman volume prune -f and I still got the same error about the volume already existing. |
There are two problems here, the first is that the start fails and the second is that the restart fails too (on the existing volume) 🔥 Creating podman container (CPUs=2, Memory=3900MB) ... 🤦 StartHost failed, but will try again: creating host: create: provisioning: ssh command error: So it needs some more logs, to try to understand why "podman run" and "start docker" failed. The volume is likely collerateral. |
I put the logs into a Gist so we don't add a bunch of gibberish on the issue. |
From what I understand, |
There are two runtimes involved here. The default is docker-in-docker (driver: docker), which has now changed to docker-in-podman (driver: podman) If you want to change the container runtime for kubernetes as well, you need to use the Choices are containerd and cri-o |
So the command I'd be looking to use would be minikube start --driver=podman --container-runtime=cri-o Since |
Yes, that seems reasonable. |
Got a different error this time: Seems it timed out. I rand the suggested I don't seem to have |
Yup you need crio. Follow the guide here |
to run Fedora 32 / minikube --driver=podman --container-runtime=crio you need the following...
|
@mazzystr : You don't need to install CRI-O or Kubernetes on the host:
When using the "podman" driver, these will come with the kicbase image. You might want to install kubectl (but can also use Running as a special user is not required, if you allow |
@mazzystr has the advice in this comment helped #8508 (comment) ? |
Hey @mazzystr are you still seeing this issue? |
Hi @@FilBot3 , I haven't heard back from you, I wonder if you still have this issue? I will close this issue for now but please feel free to reopen whenever you feel ready to provide more information. |
Steps to reproduce the issue:
3.Ran minikube using podman driver
Full output of failed command:
Full output of
minikube start
command used, if not already included:See Above
Optional: Full output of
minikube logs
command:Followed the following Instructions for Podman Stable:
The text was updated successfully, but these errors were encountered: