mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 05:49:40 +00:00
mismatch requests/limits
Burstable are killed when node is overloaded and exceeded requests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user