We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167a19e commit b0bf75cCopy full SHA for b0bf75c
content/en/docs/setup/production-environment/container-runtimes.md
@@ -189,13 +189,15 @@ Start-Service containerd
189
{{% /tab %}}
190
{{< /tabs >}}
191
192
-#### systemd
+#### systemd {#containerd-systemd}
193
194
To use the `systemd` cgroup driver in `/etc/containerd/config.toml` with `runc`, set
195
196
```
197
-[plugins.cri]
198
-systemd_cgroup = true
+[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
+ ...
199
+ [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
200
+ SystemdCgroup = true
201
202
203
When using kubeadm, manually configure the
0 commit comments