summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Carr <decarr@redhat.com>2017-03-03 15:43:10 -0500
committerDerek Carr <decarr@redhat.com>2017-03-03 15:43:10 -0500
commitc8706703b32f907a87e301cd91d22ab8995c4b25 (patch)
treebc06b54be1137854391984fe4ffbf9507baefa15
parent5390ec4878f29ab3de90cde1e04093a3a31d12f1 (diff)
Fix example text for cgroup name
-rw-r--r--contributors/design-proposals/pod-resource-management.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/pod-resource-management.md b/contributors/design-proposals/pod-resource-management.md
index 0db0a367..ee1e2ed3 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