-
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
Fail to run rootful podman on Arch #2873
Comments
This failure is unrelated.
This means we failed to get the network with podman. Likely, podman is either misconfigured or made a breaking change to network information 🤔
We didn't get to the point of creating nodes because obtaining the kind/pkg/cluster/internal/providers/podman/provision.go Lines 267 to 274 in ad1e16c
|
@BenTheElder, I think something is wrong with my system specifically. Troubleshooting tips? |
Recalling #2821, on Fedora podman update broke existing networks due to removing CNI binaries even though the packaging previously configured podman to use them ... could be something similar on Arch. |
I am using docker for now much easier, apologies for this waste of time |
What happened
Fail to run kind with rootful podman using @maciekmm's method.
Rootless
stil doesn't work for me, the guide on the docs is really not meant forArch
, I already posted my opinion on this here.Rootful: To be specific
The following fail:
Running
sudo kind create cluster
Running
sudo KIND_EXPERIMENTAL_CONTAINERD_SNAPSHOTTER=fuse-overlayfs kind create cluster
Running
sudo KIND_EXPERIMENTAL_CONTAINERD_SNAPSHOTTER=native kind create cluster
Output every time:
Running with
--retain
had no effect, no output was generated.sudo podman run hello-world
runs fine.What you expected to happen:
I'd expect the
kind create cluster
to successfully create a cluster.How to reproduce it (as minimally and precisely as possible):
On Garuda Linux on the linux-lts or linux-zen kernel run
kind create cluster
Anything else we need to know?:
Environment:
kind version
): kind v0.14.0 go1.18.2 linux/amd64kubectl version
):/etc/os-release
): Garuda ~= Archdocker info
->podman info
):The text was updated successfully, but these errors were encountered: