-
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
podman: container engine docker: StartHost failed #7992
Comments
Any chance to get any systemd logs, from within the container ?
|
Deleted the previous message as I was wrong: minikube's pod is online.
|
Seems it has some issues finding the cgroups... Are you still running cgroups v2, perhaps ?
|
It booted OK here. But I had changed my system configuration back to v1 already, for docker... Tested with Fedora 32, using either of |
I'm not really into kernel development, but I suppose that host's cgroup will affect the guest's too, as AFAIK the kernel is shared. Fedora 32 should run cgroup v2, so I think I'm going to switch to v1 with extra kernel parameter |
You can try with --container-runtime=cri-o instead, but I'm not sure if Kubernetes is v2 ready ? |
I've already tried with cri-o, got different errors (and yes, with containerd too :P ). For CRI-O it stalls in a connection timeout, but that's another bug! |
AFAIK, the containerd status is pretty much the same as docker - most of it lies within https://github.com/opencontainers/runc Fedora switched to using |
|
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. |
Stale issues rot after 30d 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. |
Podman is experimental driver, I suggest using our docker driver |
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. |
Stale issues rot after 30d 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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. 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/test-infra repository. |
OS: Fedora 32
minikube: v1.10.0-beta.2 (with applied #7962 to let podman driver work)
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:Thank you :)
The text was updated successfully, but these errors were encountered: