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
@@ -113,7 +113,7 @@ There is a [walkthrough tutorial](/docs/tasks/run-application/horizontal-pod-aut
113
113
114
114
<!--
115
115
You can automatically scale a workload vertically using a _VerticalPodAutoscaler_ (VPA).
116
-
Different to the HPA, the VPA doesn't come with Kubernetes by default, but is a separate project
116
+
Unlike the HPA, the VPA doesn't come with Kubernetes by default, but is a separate project
117
117
that can be found [on GitHub](https://github.com/kubernetes/autoscaler/tree/9f87b78df0f1d6e142234bb32e8acbd71295585a/vertical-pod-autoscaler).
118
118
-->
119
119
你可以使用 VerticalPodAutoscaler (VPA) 实现工作负载的垂直扩缩。
@@ -144,7 +144,7 @@ At the moment, the VPA can operate in four different modes:
144
144
{{< table caption="Different modes of the VPA" >}}
145
145
Mode | Description
146
146
:----|:-----------
147
-
`Auto` | Currently `Recreate`, might change to in-place updates in the future
147
+
`Auto` | Currently, `Recreate` might change to in-place updates in the future
148
148
`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
149
149
`Initial` | The VPA only assigns resource requests on pod creation and never changes them later.
150
150
`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.
@@ -168,7 +168,7 @@ Mode | Description
168
168
169
169
<!--
170
170
Resizing a workload in-place **without** restarting the {{< glossary_tooltip text="Pods" term_id="pod" >}}
171
-
or its {{< glossary_tooltip text="Containers" term_id="container" >}} requires Kubernetes version 1.27 or later.<br />
171
+
or its {{< glossary_tooltip text="Containers" term_id="container" >}} requires Kubernetes version 1.27 or later.
172
172
Additionally, the `InPlaceVerticalScaling` feature gate needs to be enabled.
0 commit comments