Skip to content

Commit b189eeb

Browse files
author
Tamilselvan
authored
wrapping in to <80 characters
1 parent 3cf47e9 commit b189eeb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ feature:
1111

1212
<!-- overview -->
1313

14-
When you specify a {{< glossary_tooltip term_id="pod" >}}, you can optionally specify how
15-
much of each resource a {{< glossary_tooltip text="container" term_id="container" >}} needs.
16-
The most common resources to specify are CPU and memory (RAM); there are others.
14+
When you specify a {{< glossary_tooltip term_id="pod" >}}, you can optionally specify how much of each resource a
15+
{{< glossary_tooltip text="container" term_id="container" >}} needs. The most common resources to specify are CPU and memory
16+
(RAM); there are others.
1717

1818
When you specify the resource _request_ for containers in a Pod, the
19-
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this
20-
information to decide which node to place the Pod on. When you specify a resource _limit_
21-
for a container, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} enforces those limits so that the running container is not
22-
allowed to use more of that resource than the limit you set. The kubelet also reserves
23-
at least the _request_ amount of that system resource specifically for that container
24-
to use.
19+
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this information to decide which node to place the Pod on.
20+
When you specify a resource _limit_ for a container, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} enforces those
21+
limits so that the running container is not allowed to use more of that resource
22+
than the limit you set. The kubelet also reserves at least the _request_ amount of
23+
that system resource specifically for that container to use.
2524

2625
<!-- body -->
2726

0 commit comments

Comments
 (0)