From a5829a294ed327ec5c9c3b9058607102328f5dc2 Mon Sep 17 00:00:00 2001 From: zhanghj Date: Mon, 17 Jan 2022 09:17:00 +0800 Subject: [PATCH] docs: fix a typo in host-cgroups.md doc Container1's cgroupsPath in pod2 should be /kubepods/pod2/container1. Fixes: #3431 Signed-off-by: zhanghj --- docs/design/host-cgroups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/host-cgroups.md b/docs/design/host-cgroups.md index afbc93809c..de5f3288d6 100644 --- a/docs/design/host-cgroups.md +++ b/docs/design/host-cgroups.md @@ -19,7 +19,7 @@ Cgroups are hierarchical, and this can be seen with the following pod example: - Container 2: `cgroupsPath=/kubepods/pod1/container2` - Pod 2: `cgroupsPath=/kubepods/pod2` - - Container 1: `cgroupsPath=/kubepods/pod2/container2` + - Container 1: `cgroupsPath=/kubepods/pod2/container1` - Container 2: `cgroupsPath=/kubepods/pod2/container2` Depending on the upper-level orchestration layers, the cgroup under which the pod is placed is