Skip to content

Commit f4d76b8

Browse files
authored
Merge pull request #20358 from gpetrousov/patch-1
Small typo fix
2 parents fa7dbdc + 6e87852 commit f4d76b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When systemd is chosen as the init system for a Linux distribution, the init pro
4141
and consumes a root control group (`cgroup`) and acts as a cgroup manager. Systemd has a tight
4242
integration with cgroups and will allocate cgroups per process. It's possible to configure your
4343
container runtime and the kubelet to use `cgroupfs`. Using `cgroupfs` alongside systemd means
44-
that there will then be two different cgroup managers.
44+
that there will be two different cgroup managers.
4545

4646
Control groups are used to constrain resources that are allocated to processes.
4747
A single cgroup manager will simplify the view of what resources are being allocated

0 commit comments

Comments
 (0)