Skip to content

Commit c547649

Browse files
committed
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`.
1 parent 3a1842b commit c547649

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vertical-pod-autoscaler/docs/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ There are four modes in which *VPAs* operate:
2121
them on existing pods by evicting them when the requested resources differ significantly
2222
from the new recommendation (respecting the Pod Disruption Budget, if defined).
2323
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.
2625
- `"InPlaceOrRecreate"`: VPA assigns resource requests on pod creation as well as updates
2726
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.
2827
If `in-place` update fails, it falls back to evicting the pods, performing a _recreation_.

0 commit comments

Comments
 (0)