File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,10 @@ based on the proportion of the memory requested relative to the node's total mem
285
285
286
286
This design means that usually there would be some portion of swap that will remain
287
287
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.
291
292
292
293
This behavior carries some risk in a situation where many pods are not eligible for swapping.
293
294
On the other hand, it effectively keeps some system-reserved amount of swap memory that can be used by processes
You can’t perform that action at this time.
0 commit comments