QoS class isn't used for out-of-resource handling rankings #27753
Labels
language/en
Issues or PRs related to English language
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
Page: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#interactions-of-pod-priority-and-qos
The second paragraph needs clarity. The QoS class isn't actually used to calculate the pod eviction order, but can be used to estimate the order.
Suggested content
The kubelet uses Priority to order pods for out-of-resource eviction. You can use the QoS class to estimate the order in which pods are most likely to get evicted. The kubelet ranks pods for eviction based on the following factors:
For more information, see [Evicting end-user pods].
Note: this will likely link to #27739 instead of the existing Out of Resource Handling topic.
/sig docs
/language en
/assign
The text was updated successfully, but these errors were encountered: