mismatch requests/limits

Burstable are killed when node is overloaded and exceeded requests
This commit is contained in:
Guilhem Lettron
2020-07-07 13:55:28 +02:00
committed by GitHub
parent 8146c4dabe
commit ff95066006

View File

@@ -104,9 +104,9 @@ Each pod is assigned a QoS class (visible in `status.qosClass`).
- When a node is overloaded, BestEffort pods are killed first
- Then, Burstable pods that exceed their limits
- Then, Burstable pods that exceed their requests
- Burstable and Guaranteed pods below their limits are never killed
- Burstable and Guaranteed pods below their requests are never killed
(except if their node fails)