Skip to content

Commit af80bbb

Browse files
committed
Add tooltip about QoS class
1 parent 98e50b9 commit af80bbb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en/docs/concepts/cluster-administration/swap-memory-management.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,10 @@ based on the proportion of the memory requested relative to the node's total mem
285285

286286
This design means that usually there would be some portion of swap that will remain
287287
restricted for Kubernetes workloads.
288-
For example, since Guaranteed QoS pods are currently not permitted to use swap,
289-
the amount of swap that's proportional to the memory request will remain unused
290-
by Kubernetes workloads.
288+
For example, since Kubernetes {{< skew currentVersion >}} does not permit swap use for
289+
Pods in the Guaranteed {{< glossary_tooltip text="QoS class" term_id="qos-class" >}},
290+
the amount of swap that's proportional to the memory request for Guaranteed pods would
291+
remain unused by Kubernetes workloads.
291292

292293
This behavior carries some risk in a situation where many pods are not eligible for swapping.
293294
On the other hand, it effectively keeps some system-reserved amount of swap memory that can be used by processes

0 commit comments

Comments
 (0)