You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(vpa): Remove redundant mention of in-place updates in "Recreate" updateMode
This commit removes the redundant mention of `in-place` updates being
available with `"Auto"` update mode as that's not the case with the
current `v1.4.0` version of `VPA`.
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/docs/quickstart.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,7 @@ There are four modes in which *VPAs* operate:
21
21
them on existing pods by evicting them when the requested resources differ significantly
22
22
from the new recommendation (respecting the Pod Disruption Budget, if defined).
23
23
This mode should be used rarely, only if you need to ensure that the pods are restarted
24
-
whenever the resource request changes. Otherwise, prefer the `"Auto"` mode which may take
25
-
advantage of restart-free updates once they are available.
24
+
whenever the resource request changes.
26
25
-`"InPlaceOrRecreate"`: VPA assigns resource requests on pod creation as well as updates
27
26
them on existing pods by leveraging [Kubernetes `in-place` update](https://kubernetes.io/blog/2025/05/16/kubernetes-v1-33-in-place-pod-resize-beta/) capability.
28
27
If `in-place` update fails, it falls back to evicting the pods, performing a _recreation_.
0 commit comments