-
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
fedora 33 apiserver not starting #9982
Comments
Can you please include the output of |
Also please make sure that cgroups v1 is enabled, if using Docker 19.03 |
Attached, |
I believe both v1 & v2 are enabled. |
[Update] Looks like I'm having issues with the apiSever - I see connection refused messages in the console as well as Stopped status. Attached are: console output, minikube logs, container log |
same problem here. Weirdly enough, it worked on the first run, but noy anymore ever since. |
I run the following:
As soon as I add v7 verbosity show alot of these errors...
If I move the dns A record of api to my hosts ip and manually set |
I ran into this same problem (kubelet not running) -- I reinstalled fedora 33 using ext4 filesystem, instead of the default btrfs. After reinstall I didn't need to do anything extra like enable cgroupsv1 or use a different minikube driver. |
Hi @zevinar, we haven't heard back from you, do you still have this issue? There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate. I will close this issue for now but feel free to reopen when you feel ready to provide more information. |
for anyone else that lands here, I resolved this for myself on Fedora 34 this morning. using the # install packages for kvm2 driver
sudo dnf install @virtualization
sudo systemctl start libvirtd
sudo systemctl enable libvirtd
sudo usermod -aG libvirt $(whoami)
minikube config set driver kvm2
minikube start I tested this with both the binary and rpm installation methods |
Hi,
I'm fairly new to kubernetes. (running on fedora 33)
Trying to start a minikube with:
minikube start --extra-config=kubelet.cgroup-driver=systemd
here is the output: (container log attached as well)
container.log
minikube.log
The text was updated successfully, but these errors were encountered: