From a5969706648dfba5f28a2f651ebbfa2110088e54 Mon Sep 17 00:00:00 2001 From: Utkarsh Mishra Date: Fri, 2 Sep 2022 20:36:30 +0530 Subject: [PATCH] Fix Typo #36528 --- content/en/docs/concepts/architecture/cgroups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/cgroups.md b/content/en/docs/concepts/architecture/cgroups.md index b571d2484d..6347c608b5 100644 --- a/content/en/docs/concepts/architecture/cgroups.md +++ b/content/en/docs/concepts/architecture/cgroups.md @@ -11,7 +11,7 @@ constrain resources that are allocated to processes. The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and the underlying container runtime need to interface with cgroups to enforce -[resource mangement for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which +[resource management for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which includes cpu/memory requests and limits for containerized workloads. There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is