Skip to content

Commit

Permalink
containerd config improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
RA489 committed Sep 8, 2020
1 parent 02e0558 commit c43613b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,12 @@ systemctl restart containerd

### systemd

To use the `systemd` cgroup driver, set `plugins.cri.systemd_cgroup = true` in `/etc/containerd/config.toml`.
To use the `systemd` cgroup driver in `/etc/containerd/config.toml` set

```
[plugins.cri]
systemd_cgroup = true
```
When using kubeadm, manually configure the
[cgroup driver for kubelet](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node)

Expand Down

0 comments on commit c43613b

Please sign in to comment.