We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f145321 commit 0d66c85Copy full SHA for 0d66c85
contributors/design-proposals/kubelet-eviction.md
@@ -249,7 +249,9 @@ their scheduling request.
249
250
It will target pods whose usage of the starved resource exceeds its requests.
251
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),
+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),
255
and all pods are using less than their requests, then it will evict a pod
256
whose usage is less than requests, based on the function of priority, and
257
usage - requests.
0 commit comments