@@ -170,7 +170,8 @@ VPA updater will consider that the update failed if:
170
170
* The pod has condition ` PodResizePending ` with reason ` Infeasible ` or
171
171
* The pod has condition ` PodResizePending ` with reason ` Deferred ` and more than 5 minutes elapsed
172
172
since the update or
173
- * The pod has condition ` PodResizing ` and more than 1 hour elapsed since the update or
173
+ * The pod has condition ` PodResizeInProgress ` and more than 1 hour elapsed since
174
+ the update or
174
175
* Patch attempt returns an error.
175
176
176
177
Note that in the initial version of In-Place updates, memory limit downscaling will always fail
@@ -228,7 +229,7 @@ Today, VPA updater considers the following conditions when deciding if it should
228
229
* Outside recommended range,
229
230
* Long-lived pod with significant change.
230
231
* ` EvictionRequirements ` are all true.
231
-
232
+
232
233
` InPlaceOrRecreate ` will attempt to apply an update in place if it meets at least one
233
234
of the following conditions:
234
235
* Quick OOM,
@@ -251,7 +252,7 @@ of the following conditions:
251
252
The following test scenarios will be added to e2e tests. The ` InPlaceOrRecreate ` mode will be
252
253
tested in the following scenarios:
253
254
254
- * Admission controller applies recommendation to pod controlled by VPA.
255
+ * Admission controller applies recommendation to pod controlled by VPA.
255
256
* In-place update applied to all containers of a pod.
256
257
* In-place update will fail. Pod should be evicted and the recommendation applied.
257
258
* In-place update will fail but ` CanEvict ` is false, pod should not be evicted.
0 commit comments