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
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/docs/quickstart.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ There are four modes in which *VPAs* operate:
25
25
This mode should be used rarely, only if you need to ensure that the pods are restarted
26
26
whenever the resource request changes. Otherwise, prefer the `"Auto"` mode which may take
27
27
advantage of restart-free updates once they are available.
28
+
-`"InPlaceOrRecreate"`: VPA assigns resource requests on pod creation as well as updates
29
+
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.
30
+
If `in-place` update fails, it falls back to evicting the pods, performing a _recreation_.
28
31
-`"Initial"`: VPA only assigns resource requests on pod creation and never changes them
29
32
later.
30
33
-`"Off"`: VPA does not automatically change the resource requirements of the pods.
0 commit comments