-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
kind v0.13.0 does not work with Colima 0.4.1 #2778
Comments
See also: workarounds in the meantime in the other issues, if this is indeed the same root issue (i'd guess it is, it's the main change in that version). |
oh ok. extremely likely because Colima uses alpine (rc). Verifying the other issues |
I dug out a personal mac and installed colima tonight to reproduce. For reference: inside colima openrc is in use like #2765 (because both use lima / alpine I think), and systemd is running in "hybrid" cgroups mode (both cgroupv1 and cgroupv2) I have a working fix, will update the PR and push an image for testing in the other environments. |
@BenTheElder gratitude. |
🙏
Yes, I've already tested the fix with colima as instructed in this issue, but I want to ask folks to test in WSL2 and rancher desktop. #2765 #2769 #2766 (which, hopefully are also fixed by this fix) |
Sorry for the problems here, clearly should have checked the driver change on a non-systemd host. This image should work for v1.24 with kind v0.13.0 (not with kind v0.12.0) We'll push another release soon with this fix. #2767 |
@BenTheElder Simply awesome awesome help 🙏 . Tested your image working with kind v0.13.0 on Colima 0.4.1 |
@rikatz |
Sorry seems to have regressed
|
Please file a new issue and fill out the bug template and include the logs export, this isn't enough to diagnose and we can't run this in CI or on our work machines. |
In general I don't recommend trying to run Kubernetes under openRC, to my knowledge there's zero CI for this in Kubernetes, containerd, cri-o, or dockershim and cgroupsv2 under systemd is slowly becoming the default in the container ecosystem. IIRC kubeadm didn't support openrc at all for a very long time and still has limited to no support. we do our best to make kind hackery work anyhow, but it's not in CI |
What happened:
kind create cluster
failedThe logs are here kind 0.13.0 does not work with Colima v0.4.1 abiosoft/colima#291
Kind version 0.12.0 works. I found out the hard way after finally
brew uninstall kind
and then manually downloading the binary https://github.com/kubernetes-sigs/kind/releases/download/v0.12.0/kind-darwin-amd64 and use the download kind v0.12.0What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
brew install Colima
colima start --cpu 2 --memory 4 --disk 20
brew install kind
kind create cluster --name dev
Anything else we need to know?:
Environment:
brew update
&&brew upgrade
kind version
):kubectl version
):docker info
):/etc/os-release
):The text was updated successfully, but these errors were encountered: