Skip to content

Commit 6250a51

Browse files
committed
docs(vpa): Add InPlaceOrRecreate updateMode details to quickstart guide
This commit adds an entry for the `InPlaceOrRecreate` _updateMode_ that got introduced as part of the `v1.4.0` release.
1 parent 9cf529c commit 6250a51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vertical-pod-autoscaler/docs/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ There are four modes in which *VPAs* operate:
2525
This mode should be used rarely, only if you need to ensure that the pods are restarted
2626
whenever the resource request changes. Otherwise, prefer the `"Auto"` mode which may take
2727
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_.
2831
- `"Initial"`: VPA only assigns resource requests on pod creation and never changes them
2932
later.
3033
- `"Off"`: VPA does not automatically change the resource requirements of the pods.

0 commit comments

Comments
 (0)