Skip to content

Commit 8591c8f

Browse files
authored
Merge pull request kubernetes#6631 from scjane/patch-21
Update reserve-compute-resources.md
2 parents 0df6a24 + 6390716 commit 8591c8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5454
To 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
5757
under 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

7272
Depending on the configuration of the associated container runtime,
7373
operators 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`
7575
cgroup driver provided by the `docker` runtime, the `kubelet` must
7676
be 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.
200200
Scheduler ensures that the total memory `requests` across all pods on this node does
201201
not 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`,
203203
or if overall disk usage exceeds `88Gi` If all processes on the node consume as
204204
much 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
224224
not affect existing deployments.
225225

226226
As 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
228228
required to drain their nodes prior to upgrade of the `kubelet` from prior
229229
versions in order to ensure pods and their associated containers are launched in
230230
the proper part of the cgroup hierarchy.

0 commit comments

Comments
 (0)