Skip to content

Commit

Permalink
Docs: Restore PR24605, update containerd systemd configuration (#24687)
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Oct 22, 2020
1 parent 167a19e commit b0bf75c
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -189,13 +189,15 @@ Start-Service containerd
{{% /tab %}}
{{< /tabs >}}

#### systemd
#### systemd {#containerd-systemd}

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

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

When using kubeadm, manually configure the
Expand Down

0 comments on commit b0bf75c

Please sign in to comment.