Skip to content

Commit 3cf47e9

Browse files
author
tamilselvan1102
committed
Add glossary tooltip for kubelet
1 parent a11d8bb commit 3cf47e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The most common resources to specify are CPU and memory (RAM); there are others.
1818
When you specify the resource _request_ for containers in a Pod, the
1919
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this
2020
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
2222
allowed to use more of that resource than the limit you set. The kubelet also reserves
2323
at least the _request_ amount of that system resource specifically for that container
2424
to use.

0 commit comments

Comments
 (0)