Add glossary tooltip for kubelet
parent
a11d8bb42b
commit
3cf47e9bb0
|
@ -18,7 +18,7 @@ The most common resources to specify are CPU and memory (RAM); there are others.
|
||||||
When you specify the resource _request_ for containers in a Pod, the
|
When you specify the resource _request_ for containers in a Pod, the
|
||||||
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this
|
{{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}} uses this
|
||||||
information to decide which node to place the Pod on. When you specify a resource _limit_
|
information to decide which node to place the Pod on. When you specify a resource _limit_
|
||||||
for a container, the kubelet enforces those limits so that the running container is not
|
for a container, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} enforces those limits so that the running container is not
|
||||||
allowed to use more of that resource than the limit you set. The kubelet also reserves
|
allowed to use more of that resource than the limit you set. The kubelet also reserves
|
||||||
at least the _request_ amount of that system resource specifically for that container
|
at least the _request_ amount of that system resource specifically for that container
|
||||||
to use.
|
to use.
|
||||||
|
|
Loading…
Reference in New Issue