-
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
Running with rootless podman seems not to respect property Delegate=yes #2916
Comments
Seems to be an issue with podman. It works with
I'll check with podman project. |
@plluksie I'm having the same issue with podman 4.3.1, did you get it resolved without downgrading or is there an issue in podman for it? |
@deftdawg you ever figure it out? I'm running podman 4.3.1 with the same issue |
Perhaps the systemd-run note https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman ? |
No, gave up and switched to running docker-rootless |
Ah, thanks for the update @BenTheElder & @deftdawg |
I encounter the same problem:
|
I got the same problem |
update your crun version |
The unit file seems to be ignored on my systemd as well (debian bookworm). This
Found the trick in regard to LXC.
|
That did the trick for me too, thanks.
|
Worked for me too, cheers!
|
mind adding an update to https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman ? |
None of these suggestions seem to work on OpenSUSE Tumbleweed. To reproduce:
|
@BenTheElder I submitted a patch for the docs 🙏 |
What happened: I'm not able to create cluster.
What you expected to happen: I'm able to create cluster.
How to reproduce it (as minimally and precisely as possible):
Following @cwrau recommendation expressed in #2872 (comment):
Anything else we need to know?:
It was working fine 1 month ago. In the meantime there were some standard package upgrades and security updates. I cannot precisely state what exactly has changed. It is Ubuntu:
❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Environment:
kind version
): kind v0.14.0 go1.18.2 linux/amd64kubectl version
): Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.13", GitCommit:"a43c0904d0de10f92aa3956c74489c45e6453d6e", GitTreeState:"clean", BuildDate:"2022-08-18T02:28:16Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}docker info
): I don't have docker, I'm using podman:❯ podman info
/etc/os-release
): Ubuntu 20.04.5 LTSThe text was updated successfully, but these errors were encountered: