File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ feature:
11
11
12
12
<!-- overview -->
13
13
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.
17
17
18
18
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 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.
25
24
26
25
<!-- body -->
27
26
You can’t perform that action at this time.
0 commit comments