Samuel Karp
Samuel Karp
> I believe `KubeReservedMemory` is setting the limits of the cgroup that containerd runs in (or something equivalent). I don't believe that's correct. My understanding is that `KubeReservedMemory` controls the...
> The issue here is _not_ the container memory limit Yes, I saw your explanation before and that makes sense. I have also validated that our CI hosts are running...
I found the relevant difference between the containerd 1.6 CI and 1.7 + main CI is which cgroup driver is in use: cgroupfs vs. systemd. When moving containerd 1.6 to...
@dims this isn't quite about consistency. When both Kubelet and containerd are configured to use cgroupfs, the test fails. When both Kubelet and containerd are configured to use the systemd...
@rata > It's EOD here and I'm just getting some progress with this. I'll expand more tomorrow, including the repro I found. If you have time to share the information...
I see [runc 1.2.0](https://github.com/opencontainers/runc/releases/tag/v1.2.0) was released. A few questions: * Is there still a plan for [1.1.6](https://github.com/opencontainers/runc/milestone/31)? Or is the recommendation that downstreams (such as containerd, distros, cloud providers, etc)...
Apologies for the delay; I was away for a few days. 1. Thanks, that makes sense. I don't have an immediate need or 1.1.16 if 1.2.0 is out (and is...
> gRPC plugins would have to re-establish the connection to the server, probably by dropping active client connections. Related: https://github.com/containerd/nri/issues/167
This should be fixed in [1.7.24](https://github.com/containerd/containerd/releases/tag/v1.7.24).
> 1. Delete ./examples and ./skel. If users really need them, they can use the NRI package from the old tag. > 2. Move ./README-0.1.0.md, ./types, and ./client-go to ./plugins/v010-adapter....