Skip to content

Commit 3a1842b

Browse files
committed
docs(vpa): Remove redundant in-place reference from "Auto" updateMode
This commit removes the now redundant mention of `in-place` capability from `"Auto"` as the currently released version `v1.4.0` does not instrument `in-place` updates as an `"Auto"` default strategy. As of now, `"Auto"` preserves it's behavior to perform `"Recreate"` when specified. There is a separate `updateMode` (the `"InPlaceOrRecreate"`) specified within the `quickstart.md` guide that handles `in-place` updates.
1 parent 6250a51 commit 3a1842b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vertical-pod-autoscaler/docs/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ There are four modes in which *VPAs* operate:
1616

1717
- `"Auto"`: VPA assigns resource requests on pod creation as well as updates
1818
them on existing pods using the preferred update mechanism. Currently, this is
19-
equivalent to `"Recreate"` (see below). Once restart free ("in-place") update
20-
of pod requests is available, it may be used as the preferred update mechanism by
21-
the `"Auto"` mode.
19+
equivalent to `"Recreate"` (see below).
2220
- `"Recreate"`: VPA assigns resource requests on pod creation as well as updates
2321
them on existing pods by evicting them when the requested resources differ significantly
2422
from the new recommendation (respecting the Pod Disruption Budget, if defined).

0 commit comments

Comments
 (0)