From ba811914401718b05b9a4b52b788fed790c7fad0 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sun, 3 Apr 2022 19:24:23 +0100 Subject: [PATCH] Fix typo Co-authored-by: Qiming Teng --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 7b5d4e315e..98c187e7bd 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -207,7 +207,7 @@ To install CRI-O, follow [CRI-O Install Instructions](https://github.com/cri-o/c #### cgroup driver CRI-O uses the systemd cgroup driver per default, which is likely to work fine -for you. To switch to the `cgroupfs` cgroup driver, either editi +for you. To switch to the `cgroupfs` cgroup driver, either edit `/etc/crio/crio.conf` or place a drop-in configuration in `/etc/crio/crio.conf.d/02-cgroup-manager.conf`, for example: