File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The most common resources to specify are CPU and memory (RAM); there are others.
18
18
When you specify the resource _ request_ for containers in a Pod, the
19
19
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this
20
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
21
+ for a container, the {{< glossary_tooltip text=" kubelet" term_id="kubelet" >}} enforces those limits so that the running container is not
22
22
allowed to use more of that resource than the limit you set. The kubelet also reserves
23
23
at least the _ request_ amount of that system resource specifically for that container
24
24
to use.
You can’t perform that action at this time.
0 commit comments