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: content/en/docs/concepts/workloads/autoscaling.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,21 +71,18 @@ At the moment, the VPA can operate in four different modes:
71
71
{{< table caption="Different modes of the VPA" >}}
72
72
Mode | Description
73
73
:----|:-----------
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.
75
75
`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
76
76
`Initial` | The VPA only assigns resource requests on pod creation and never changes them later.
77
77
`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.
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/).
0 commit comments