File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,9 @@ Desired --> Allocated --> Actuated --> Actual
435
435
436
436
### Priority of Resize Requests
437
437
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:
440
441
441
442
1 . * Resource requests are not increasing* : Resizes that don't increase requests will be
442
443
prioritized first. These resizes are expected to always succeed and would not be marked as
You can’t perform that action at this time.
0 commit comments