Skip to content

Commit 682d5ae

Browse files
committed
clarify when resize requests are detected by the kubelet
1 parent 1b50e4f commit 682d5ae

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+3
-2
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ Desired --> Allocated --> Actuated --> Actual
435435

436436
### Priority of Resize Requests
437437

438-
Resize requests that come in will be added to a queue of pending resizes. Resize
439-
requests will be attempted according to the following priority:
438+
Resize requests detected by the kubelet (in `HandlePodUpdates` and `HandlePodAdditions`)
439+
will be added to a queue of pending resizes. Resize requests will be attempted according to
440+
the following priority:
440441

441442
1. *Resource requests are not increasing*: Resizes that don't increase requests will be
442443
prioritized first. These resizes are expected to always succeed and would not be marked as

0 commit comments

Comments
 (0)