Skip to content

Commit 8513a4d

Browse files
authored
Merge pull request #27073 from neolit123/1.21-update-containerd-restart-order
container-runtimes: add note about restarting containerd
2 parents cd80002 + ddf1157 commit 8513a4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Start a Powershell session, set `$Version` to the desired version (ex: `$Version
147147
{{% /tab %}}
148148
{{< /tabs >}}
149149

150-
#### systemd {#containerd-systemd}
150+
#### Using the `systemd` cgroup driver {#containerd-systemd}
151151

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

@@ -158,6 +158,12 @@ To use the `systemd` cgroup driver in `/etc/containerd/config.toml` with `runc`,
158158
SystemdCgroup = true
159159
```
160160

161+
If you apply this change make sure to restart containerd again:
162+
163+
```shell
164+
sudo systemctl restart containerd
165+
```
166+
161167
When using kubeadm, manually configure the
162168
[cgroup driver for kubelet](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node).
163169

0 commit comments

Comments
 (0)