Skip to content

Commit 8b29e82

Browse files
Manish KumarTim Bannister
andauthored
Update container-runtimes.md (#33851)
* Update container-runtimes.md * Update content/en/docs/setup/production-environment/container-runtimes.md Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 1857828 commit 8b29e82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ To use the `systemd` cgroup driver in `/etc/containerd/config.toml` with `runc`,
200200
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
201201
SystemdCgroup = true
202202
```
203+
{{< note >}}
204+
If you installed containerd from a package (for example, RPM or `.deb`), you may find
205+
that the CRI integration plugin is disabled by default.
206+
207+
You need CRI support enabled to use containerd with Kubernetes. Make sure that `cri`
208+
is not included in the`disabled_plugins` list within `/etc/containerd/config.toml`;
209+
if you made changes to that file, also restart `containerd`.
210+
{{< /note >}}
203211

204212
If you apply this change, make sure to restart containerd:
205213

0 commit comments

Comments
 (0)