Skip to content

Commit 49c7cf2

Browse files
committed
Update VPA in-place resizing section
1 parent 5b5ede6 commit 49c7cf2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

content/en/docs/concepts/workloads/autoscaling.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,18 @@ At the moment, the VPA can operate in four different modes:
7171
{{< table caption="Different modes of the VPA" >}}
7272
Mode | Description
7373
:----|:-----------
74-
`Auto` | Currently, `Recreate` might change to in-place updates in the future
74+
`Auto` | Currently `Recreate`. This might change to in-place updates in the future.
7575
`Recreate` | The VPA assigns resource requests on pod creation as well as updates them on existing pods by evicting them when the requested resources differ significantly from the new recommendation
7676
`Initial` | The VPA only assigns resource requests on pod creation and never changes them later.
7777
`Off` | The VPA does not automatically change the resource requirements of the pods. The recommendations are calculated and can be inspected in the VPA object.
7878
{{< /table >}}
7979

80-
#### Requirements for in-place resizing
80+
#### In-place pod vertical scaling
8181

8282
{{< feature-state feature_gate_name="InPlacePodVerticalScaling" >}}
8383

84-
Resizing a workload in-place **without** restarting the {{< glossary_tooltip text="Pods" term_id="pod" >}}
85-
or its {{< glossary_tooltip text="Containers" term_id="container" >}} requires Kubernetes version 1.27 or later.
86-
Additionally, the `InPlaceVerticalScaling` feature gate needs to be enabled.
87-
88-
{{< feature-gate-description name="InPlacePodVerticalScaling" >}}
84+
As of Kubernetes {{< skew currentVersion >}}, VPA does not support resizing pods in-place, but this
85+
integration is being worked on. For manually resizing pods in-place, see [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/).
8986

9087
### Autoscaling based on cluster size
9188

0 commit comments

Comments
 (0)