-
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
add support for rootless Docker #10836
Comments
/assign @azhao155 |
Try out dockerless for minikube, docker driver doesn't work due to some connection issue. will investigate.
|
speaking to @afbjorklund he suggested using a newer kernel |
@afbjorklund my kernel version is Debian 5.7.17-1rodete5 what version do you suggest to upgrade to? |
When looking at the new podman, I saw there were some improvements with overlayfs without fuse. However, they did require Linux 5.11 (so not LTS): https://rootlesscontaine.rs/how-it-works/overlayfs/ Before that, you needed to install Anyway, it shouldn't fail ẁith |
@azhao155 : Will this feature really be ready for v1.20.0 (in two weeks) ? I think it hasn't even landed in kind yet, even though it is in progress (0.11) https://kind.sigs.k8s.io/docs/user/rootless/ @medyagh : we might want to consider lowering the priority on this feature |
@afbjorklund after update the kernel, it solves the above problem, but kubeadm init fail with "getting the final child's pid from pipe caused "EOF"": unknown". Still debugging it now. Not certain if it could be ready in two weeks. |
The first step toward this is to bring proper support for cgroup2: #11310 |
Yes, this is what i see to use containerd runtime, is that due to /sys/fs/cgroups/systemd not mount correctly? |
No, this does not exist in the v2 ecosystem. I was thinking that https://github.com/kubernetes-sigs/kind/pull/2014/files might be related, but seems a different issue. |
Opened PR: #12359 |
continuation of #9495
The text was updated successfully, but these errors were encountered: