Skip to content

Commit

Permalink
Merge pull request kubernetes#428 from derekwaynecarr/cgroup-typos
Browse files Browse the repository at this point in the history
Fix example text for cgroup name
  • Loading branch information
vishh committed Mar 3, 2017
2 parents a97f08f + b8512ad commit d55bace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contributors/design-proposals/pod-resource-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d55bace

Please sign in to comment.