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
You can automatically scale a workload vertically using a _VerticalPodAutoscaler_ (VPA).
58
-
Different to the HPA, the VPA doesn't come with Kubernetes by default, but is a separate project
58
+
Unlike the HPA, the VPA doesn't come with Kubernetes by default, but is a separate project
59
59
that can be found [on GitHub](https://github.com/kubernetes/autoscaler/tree/9f87b78df0f1d6e142234bb32e8acbd71295585a/vertical-pod-autoscaler).
60
60
61
61
Once installed, it allows you to create {{< glossary_tooltip text="CustomResourceDefinitions" term_id="customresourcedefinition" >}}
@@ -71,7 +71,7 @@ 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` 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.
0 commit comments