You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/container-runtimes.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,12 @@ Start-Service containerd
471
471
472
472
### systemd
473
473
474
-
To use the `systemd` cgroup driver, set `plugins.cri.systemd_cgroup = true` in `/etc/containerd/config.toml`.
474
+
To use the `systemd` cgroup driver in `/etc/containerd/config.toml` set
475
+
476
+
```
477
+
[plugins.cri]
478
+
systemd_cgroup = true
479
+
```
475
480
When using kubeadm, manually configure the
476
481
[cgroup driver for kubelet](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node)
0 commit comments