-
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
[Podman] cluster cannot be created due to create session key: operation not permitted
#1929
Comments
sounds similar to kinvolk/kube-spawn#326 I don't currently have a podman development environment spun up, will punt to @amwat / @aojea for now. aside: TIL opencontainers/runc#453 |
I have never seen that one before - I'm assuming this is with the |
Yes this is runc / containerd "inside" the "node" container. |
podman 2.1.1 works for me
, but it goes through the phase ✗ Starting control-plane 🕹️ @AkihiroSuda is it possible that the failure is related to use cgroupsv2?
|
I got similar issue on Fedora 33 with podman 2.2.1 with kind node v.1.19.0 with kind binary in v0.9.0.
|
What happened:
$ sudo -i KIND_EXPERIMENTAL_PROVIDER=podman ~/gopath/bin/kind create cluster
failedWhat you expected to happen:
It should work
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
It works fine with Docker.
Environment:
kind version
):kind v0.10.0-alpha go1.15.5 linux/amd64
(050064b )kubectl version
): Default (v1.19.3)DockerPodman version: 2.2.0-dev (containers/podman@65880e5), with crun 0.15.1 and conmon 2.0.21/etc/os-release
): Ubuntu 20.10, with cgroup v2 enabledThe text was updated successfully, but these errors were encountered: