-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
[BUG] k3d v5.5.1 still not works with Podman rootless #1312
Comments
Stupid question, did you use the official instructions? https://k3d.io/v5.5.2/usage/advanced/podman/?h=podman#using-rootless-podman |
Hey @tbshrst ! |
I don't think you can say that rootless Podman works, if you still rely on a Can't this EDIT
|
When doing a But then it errors on
Which I tracked down to a problem with crun, that can be solved with containers/podman#19930 (comment). |
I gave it another shot today and got it to work. The most important part that I was missing and that seems to be missing in the docs is that we need to inform the Kubelet to run in userspace: ---
apiVersion: k3d.io/v1alpha5
kind: Simple
options:
k3s:
extraArgs:
- arg: "--kubelet-arg=feature-gates=KubeletInUserNamespace=true"
nodeFilters:
- server:*
- agent:* |
Still experiencing the same issues with rootless podman as described in Issue 1052.
According to one answer the problem was fixed in k3d v5.4.2.
What did you do
What did you expect to happen
The cluster should be created.
Screenshots or terminal output
Which OS & Architecture
Which version of
k3d
Which version of
dockerpodmanThe text was updated successfully, but these errors were encountered: