-
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
provide better error for Fedora 32 - Cgroups incompatibilities. #9799
Comments
It is running docker-in-podman, so you will have one podman "node" that is running a docker daemon inside. The logs doesn't really explain why it didn't start, though. The usual suspects are cgroups v2 and selinux... |
Is Minikube compatible with cgroups v2 ? Docker is not compatible with Fedora 32 as far I know. |
Not yet, so you will need to change your Fedora installation back to cgroups v1 - or use a minikube VM There is supposed to be a warning for it: #8526 Fedora has support for Docker ( You can use libvirt and the kvm2 driver, for a VM ? |
I managed to run Minikube v1.15.1 without any issue on Fedora 32 (cgroups v2, Podman v2) using this setup
and also the Docker image on Fedora 33 with cgroups downgraded to v1 Thus you could recommend to Fedora users to use this setup : podman and cri-o |
@FabriceSalvaire I also heard the new docker supports the cgroup v2, I wonder if the newest version of docker would be helpful here ? (if installable on fedora) |
I am also curious, if you have the same problem with a different runtime like crio ? do u mind trying this ? (with latest version 1.16.0)
|
Fedora 32 and 33 still have Docker 19.03, so you need to install the new version from docker.com instead: https://src.fedoraproject.org/rpms/moby-engine https://docs.docker.com/engine/install/fedora/ Compare #10089 Or use Podman instead, as suggested. |
I can confirm that
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
@FabriceSalvaire we have improved the cgroup v2 since then, I am curious have u tried latest version of minikube and see if this problem still persist ? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs 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 and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hi @FabriceSalvaire – were you able to apply @medyagh's suggestion and review a more recent version of minikube? Will close this issue for now, please feel free to re-open the issue by commenting with Additional information that may be helpful:
Thank you for sharing your experience! |
Full log is at the end.
Comment: "minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows." But it looks like complex and it required to reboot the computer to recover this try ... Log suggests to run docker command, but Docker it not installed and not compatible with Fedora 32. Confusing ... Is it logging from minikube or an image ??? I guess it is a mix of both.
The text was updated successfully, but these errors were encountered: