Jump to content

Talk:Kubernetes

From ArchWiki

Choose cgroup driver for containerd - correction or clarrification

The current version of this article states:

To use the systemd cgroup driver in /etc/containerd/config.toml with runc, set:

[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
  ...
  [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
    SystemdCgroup = true

I couldn't find this exact section in config.toml. However, there is a similar section:

[plugins.'io.containerd.cri.v1.runtime'.containerd]   [plugins.'io.containerd.cri.v1.runtime'.containerd.runtimes]     [plugins.'io.containerd.cri.v1.runtime'.containerd.runtimes.runc]       [plugins.'io.containerd.cri.v1.runtime'.containerd.runtimes.runc.options]         ...
        SystemdCgroup = true
Is this the correct one? If it is, this section should be updated. Ambra (talk) 14:16, 19 May 2025 (UTC)Reply