-
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 create cluster
failed on Fedora 36 with podman
#2828
Comments
You have to install the cni plugins, there is already another issue about this, I will try to find it later |
Maybe you mean issue #2821, I tried |
Also, did you go through the steps in https://kind.sigs.k8s.io/docs/user/rootless/ ? |
Yes, I did. To me it looks now like a permission issue somehow, because running as
and then:
But as a regular user |
This is the There is an interesting difference between this output ran as
|
Edit: I deleted this comment, because it was incorrect. |
Rootless podman should still be setting up the cgroups controllers, this seems like a podman bug or misconfiguration. I don’t think we should be documenting groups podman packaging setup, this may be distro specific and using podman rootfully is something podman should cover. |
I noticed that my previous comment was incorrect. |
Maybe get some |
@caniko I mean that this is out of scope for our own docs, we're intermittently in contact with folks working on podman but I would not ask them to document this here. We don't cover installing docker either. Kubernetes has a policy of not duplicating third party documentation. It's a waste of energy to maintain in N+1 places. Docs regarding installing podman belong in podman's documentation. |
@janvlug that's interesting and strange behavior ... is it containers/podman#13710 (comment) ? |
We've merged some other podman fixes since this bug was opened, but I still suspect this is something like containers/podman#13710 (comment) |
What happened:
I use Fedora 36 with podman. When I (as a normal user) run:
kind -v 1 create cluster
I get:
What you expected to happen:
A cluster to be created without error messages.
Anything else we need to know?:
When I run the command as
root
, it executes without issues.Environment:
kind version
): kind v0.14.0 go1.18.2 linux/amd64kubectl version
):docker info
):/etc/os-release
):Note issue #1902 is very similar, but I thought it was better to open a new issue because that issue is closed.
This is the output of
docker info
: docker_info.txtThe text was updated successfully, but these errors were encountered: