Skip to content

Commit 0d66c85

Browse files
authored
Add rough guide on priority difference.
1 parent f145321 commit 0d66c85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributors/design-proposals/kubelet-eviction.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ their scheduling request.
249249

250250
It will target pods whose usage of the starved resource exceeds its requests.
251251
Of those pods, it will rank by a function of priority, and usage - requests.
252-
If system daemons are exceeding their allocation (see [Strategy Caveat](strategy-caveat) below),
252+
Roughly speaking, if a pod has twice the priority of another pod, it will
253+
recieve half the penalty for usage above requests. If system daemons are
254+
exceeding their allocation (see [Strategy Caveat](strategy-caveat) below),
253255
and all pods are using less than their requests, then it will evict a pod
254256
whose usage is less than requests, based on the function of priority, and
255257
usage - requests.

0 commit comments

Comments
 (0)