Skip to content

Commit

Permalink
Merge pull request kubernetes#23269 from RA489/containerd_config
Browse files Browse the repository at this point in the history
containerd config improvement
  • Loading branch information
k8s-ci-robot authored Sep 8, 2020
2 parents d456c8f + c43613b commit 71e55e4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,12 @@ Start-Service 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 71e55e4

Please sign in to comment.