Skip to content

Commit

Permalink
Small mistake between sections of the document (#42089)
Browse files Browse the repository at this point in the history
* Small mistake between sections of the document

The note for --kube-reserved-cgroup should match formatting for --system-reserved-cgroup.  This changes helps those match.

* Update reserve-compute-resources.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
  • Loading branch information
catblade and tengqm committed Oct 10, 2023
1 parent 87e29b2 commit 5f4fa22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ system daemon should ideally run within its own child control group. Refer to
for more details on recommended control group hierarchy.

Note that Kubelet **does not** create `--kube-reserved-cgroup` if it doesn't
exist. Kubelet will fail if an invalid cgroup is specified. With `systemd`
exist. The kubelet will fail to start if an invalid cgroup is specified. With `systemd`
cgroup driver, you should follow a specific pattern for the name of the cgroup you
define: the name should be the value you set for `--kube-reserved-cgroup`,
with `.slice` appended.
Expand Down

0 comments on commit 5f4fa22

Please sign in to comment.