Rodrigo Campos
Rodrigo Campos
@AkihiroSuda the `slow_chown` requirement was added here: https://github.com/containerd/containerd/pull/9117. The reasoning was to improve the experience, and don't have users be using an expensive path (in terms of startup but especially...
@AkihiroSuda this seems like a runc issue. Maybe some dir in the path `/home/runner/actions-runner/_work/containerd/containerd/tmp.KxsVAIZtS8/state/io.containerd.grpc.v1.cri/sandboxes/507f2962b25e2e8fa4732c8839a666bb48e4c51339eb2df88720a488df205f70/shm` doesn't have r+x permissions? Does the test run fine without changin cri-tools? That would be weird
@AkihiroSuda oh, sorry, I thought you were looking at the failure because it is a new test. The first thing I see is probably not very important, but it [fails...
@dmcgowan haha, sorry! I realized about that, fixed it, and then forgot to push :see_no_evil:. Pushed now (validated locally in a cluster too :))
I'll rebase whenever there is agreement on the community to pursue this. Meanwhile, so people can see how would a backport look like so we decide if we want this...
The unrelated flake is gone now. All green :)
@AkihiroSuda can you add the ok-to-test ? I think that kicks the k8s tests
PR https://github.com/metallb/metallb/pull/518 was merged and will be included in the next release, that will be out soon! :)
As an update: Kubernetes v1.25 has support for userns with stateless pods and we are aiming to support stateful pods in the coming Kubernetes versions. @evol262 Any updates from the...
Hi, we have reworked the k8s implementation to always require idmap mounts. Since k8s 1.27, the kubelet requests the runtime to use idmappings for the mounts (is part of the...