alexperevalov
alexperevalov
This pull request adds support for id map mount feature for shared volumes. For rootfs this is already implemented in https://github.com/containerd/containerd/pull/5890. Both commit has a code in common, which should...
Currently in case of rootless scenario which implies usernamespace creation. The only one user inside user namespace which is allowed - it's root user. But for scenarios with higher level...
This PR adds support for ambient capability. The ambient set is provided by newly introduced field `add_ambient_capabilities` of CRI in [PR](https://github.com/kubernetes/kubernetes/pull/104620) The whole idea was discussed in [KEP](https://github.com/kubernetes/enhancements/pull/2757) Fixes: https://github.com/containerd/containerd/issues/5644
Rootlesskit assigns ipv4 address and routes for ipv4, but not for ipv6, this PR address IPv6 issue. Some tools like slirp4netns could assign ip address, routes, but rootlesskit doesn't request...