@@ -52,8 +52,8 @@ Resources can be reserved for two categories of system daemons in the `kubelet`.
5252### Enabling QoS and Pod level cgroups
5353
5454To properly enforce node allocatable constraints on the node, you must
55- enable the new cgroup hierarchy via the ` --cgroups-per-qos ` flag. This flag is
56- enabled by default. When enabled, the ` kubelet ` will parent all end-user pods
55+ enable the new cgroup hierarchy via the ` --cgroups-per-qos ` flag. This flag is
56+ enabled by default. When enabled, the ` kubelet ` will parent all end-user pods
5757under a cgroup hierarchy managed by the ` kubelet ` .
5858
5959### Configuring a cgroup driver
@@ -71,7 +71,7 @@ transient slices for resources that are supported by that init system.
7171
7272Depending on the configuration of the associated container runtime,
7373operators may have to choose a particular cgroup driver to ensure
74- proper system behavior. For example, if operators use the ` systemd `
74+ proper system behavior. For example, if operators use the ` systemd `
7575cgroup driver provided by the ` docker ` runtime, the ` kubelet ` must
7676be configured to use the ` systemd ` cgroup driver.
7777
@@ -199,7 +199,7 @@ Under this scenario, `Allocatable` will be `14.5 CPUs`, `28.5Gi` of memory and
199199` 98Gi ` of local storage.
200200Scheduler ensures that the total memory ` requests ` across all pods on this node does
201201not exceed ` 28.5Gi ` and storage doesn't exceed ` 88Gi ` .
202- Kubelet evicts pods whenever the overall memory usage exceeds across pods exceed ` 28.5Gi ` ,
202+ Kubelet evicts pods whenever the overall memory usage across pods exceeds ` 28.5Gi ` ,
203203or if overall disk usage exceeds ` 88Gi ` If all processes on the node consume as
204204much CPU as they can, pods together cannot consume more than ` 14.5 CPUs ` .
205205
@@ -224,7 +224,7 @@ kubelet flag. Note that unless `--kube-reserved`, or `--system-reserved` or
224224not affect existing deployments.
225225
226226As of Kubernetes version 1.6, ` kubelet ` launches pods in their own cgroup
227- sandbox in a dedicated part of the cgroup hierarchy it manages. Operators are
227+ sandbox in a dedicated part of the cgroup hierarchy it manages. Operators are
228228required to drain their nodes prior to upgrade of the ` kubelet ` from prior
229229versions in order to ensure pods and their associated containers are launched in
230230the proper part of the cgroup hierarchy.
0 commit comments