From c8706703b32f907a87e301cd91d22ab8995c4b25 Mon Sep 17 00:00:00 2001 From: Derek Carr Date: Fri, 3 Mar 2017 15:43:10 -0500 Subject: [PATCH] Fix example text for cgroup name --- contributors/design-proposals/pod-resource-management.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributors/design-proposals/pod-resource-management.md b/contributors/design-proposals/pod-resource-management.md index 0db0a3673..ee1e2ed3d 100644 --- a/contributors/design-proposals/pod-resource-management.md +++ b/contributors/design-proposals/pod-resource-management.md @@ -93,10 +93,10 @@ If the `systemd` cgroup driver is used, the `kubelet` converts the `cgroupfs` style syntax into transient slices, and as a result, it must follow `systemd` conventions for path encoding. -For example, the cgroup name `/Burstable/pod_123-456` is translated to a -transient slice with the name `Burstable-pod_123_456.slice`. Given how +For example, the cgroup name `/burstable/pod123-456` is translated to a +transient slice with the name `burstable-pod123_456.slice`. Given how systemd manages the cgroup filesystem, the concrete name for the cgroup -sandbox becomes `/Burstable.slice/Burstable-pod_123_456.slice`. +sandbox becomes `/burstable.slice/burstable-pod123_456.slice`. ## Integration with container runtimes