File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,10 @@ system daemon should ideally run within its own child control group. Refer to
95
95
for more details on recommended control group hierarchy.
96
96
97
97
Note that Kubelet ** does not** create ` --kube-reserved-cgroup ` if it doesn't
98
- exist. Kubelet will fail if an invalid cgroup is specified.
98
+ exist. Kubelet will fail if an invalid cgroup is specified. With ` systemd `
99
+ cgroup driver, you should follow a specific pattern for the name of the cgroup you
100
+ define: the name should be the value you set for ` --kube-reserved-cgroup ` ,
101
+ with ` .slice ` appended.
99
102
100
103
### System Reserved
101
104
@@ -120,7 +123,10 @@ It is recommended that the OS system daemons are placed under a top level
120
123
control group (` system.slice ` on systemd machines for example).
121
124
122
125
Note that ` kubelet ` ** does not** create ` --system-reserved-cgroup ` if it doesn't
123
- exist. ` kubelet ` will fail if an invalid cgroup is specified.
126
+ exist. ` kubelet ` will fail if an invalid cgroup is specified. With ` systemd `
127
+ cgroup driver, you should follow a specific pattern for the name of the cgroup you
128
+ define: the name should be the value you set for ` --system-reserved-cgroup ` ,
129
+ with ` .slice ` appended.
124
130
125
131
### Explicitly Reserved CPU List
126
132
You can’t perform that action at this time.
0 commit comments