[solved] Runing kubernetes with runit !
Hi everyone,
I am running the runit version of artix linux. First of all I would like to thanks every maintainers for their work.
It may be a strange idea to do so but I am trying to run a local development Kubernetes cluster locally using kind (https://kind.sigs.k8s.io/). This software share a lot of its code with the real Kubernetes but use docker/podman containers as nodes.
This lead to the following error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "cgroup" to rootfs at "/sys/fs/cgroup": mount cgroup:/sys/fs/cgroup/openrc (via /proc/self/fd/7), flags: 0xe, data: openrc: invalid argument: unknown.
This error seems to be related to stuff systemd is doing related to kernel cgroup v2. Did someone had this issue and found a workaround ?
I am studying the implication of that issue and trying to solve the issue by myself. I will report here any progress I make. It may be interesting to address this use case in the case someone would need to run a Kubernetes cluster on an artix based server.
Thanks in advance for any response.