yylt
yylt
support set quota on overlay snapshot as discussed in issue [#3329](https://github.com/containerd/containerd/issues/3329) Fixes https://github.com/containerd/containerd/issues/3329 enable quota set by follows: 1. Make sure the root directory of containerd is mounted with 'pquota'...
#### environments - containerd 1.4.0 - cni v0.6.0 cni configuration ``` { "name":"cni0", "cniVersion":"0.3.1", "plugins":[ { "type":"flannel", "delegate":{ "forceAddress":true, "hairpinMode": true, "isDefaultGateway":true } }, { "type":"portmap", "capabilities":{ "portMappings":true } }...
Usually, when configuring cgroup information in a plugin, it is abstracted into a common interface. This avoids exposing specific cgroup version details, making it easier for upgrades and migrations. However,...
In the current implementation, it is not possible to control `pid cgroup` in nri plugin. Could `pid` be included? ``` // Container (linux) resources. type LinuxResources struct { state protoimpl.MessageState...
nri-daemon log ``` time="2024-08-10T06:23:28Z" level=info msg="Configuring plugin 05-Controller for runtime containerd/v1.7.16" time="2024-08-10T06:23:28Z" level=info msg="Started plugin 05-Controller..." time="2024-08-10T06:23:29Z" level=error msg="error receiving message" error="failed to discard after receiving oversized message: cannot allocate...