Jan Pazdziora

Results 133 comments of Jan Pazdziora

> Maybe it's time we removed the mention of the client branches from the README altogether, to avoid confusing people. Removed in master via afd19e0.

We seem to have lost traction here.

How did you install that RKE2 cluster? Have you got the prerequisites for running user-namespaced systemd-based containers in that cluster met, per https://github.com/freeipa/freeipa-container#running-in-kubernetes? AFAICS, the default installation even from the...

Anyway, in https://github.com/freeipa/freeipa-container/pull/684 I now show the RKE2 with containerd 2.1 working on GitHub Actions Ubuntu 24.04 runners.

The new https://github.com/freeipa/freeipa-container/blob/master/.github/actions/install-rke2/action.yaml can be an inspiration as well. I'm going to close this issue as resolved. Feel free to open a new one if you hit a problem with...

The `userns-remap` guidance applies to a rootfull docker installation, to force it to act the user-namespaced way. If you run the rootless docker as an unprivileged user (uid 1001), you...

What does ``` $ cat /proc/self/cgroup $ docker info --format "{{ .ClientInfo.Context }}" $ docker run --rm --cgroupns=host -v /sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service:/sys/fs/cgroup:rw --rm busybox cat /proc/self/cgroup ``` output?

> ``` > docker@servpenta23:~> docker info --format "{{ .ClientInfo.Context }}" > default > ``` This is not what I see on my Fedora 39 (VM) with a rootless docker installed...

For the record, I made some attempts to test rootless docker on the GitHub Actions' Ubuntu 22.04 but the jobs have been failing, albeit not in the `dirsrv` step but...