Skip to content

Commit 1402889

Browse files
authored
Merge pull request #45437 from my-git9/autoscaling-1
[zh-cn]sync workloads/autoscaling.md
2 parents 2da2e51 + fa6c195 commit 1402889

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/concepts/workloads/autoscaling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Kubernetes 也支持工作负载的**自动扩缩**,这也是本页的重点
7575
<!--
7676
The concept of _Autoscaling_ in Kubernetes refers to the ability to automatically update an
7777
object that manages a set of Pods (for example a
78-
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}.
78+
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}).
7979
-->
8080
在 Kubernetes 中**自动扩缩**的概念是指自动更新管理一组 Pod 的能力(例如
8181
{{< glossary_tooltip text="Deployment" term_id="deployment" >}})。
@@ -113,7 +113,7 @@ There is a [walkthrough tutorial](/docs/tasks/run-application/horizontal-pod-aut
113113

114114
<!--
115115
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
117117
that can be found [on GitHub](https://github.com/kubernetes/autoscaler/tree/9f87b78df0f1d6e142234bb32e8acbd71295585a/vertical-pod-autoscaler).
118118
-->
119119
你可以使用 VerticalPodAutoscaler (VPA) 实现工作负载的垂直扩缩。
@@ -144,7 +144,7 @@ At the moment, the VPA can operate in four different modes:
144144
{{< table caption="Different modes of the VPA" >}}
145145
Mode | Description
146146
:----|:-----------
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
148148
`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
149149
`Initial` | The VPA only assigns resource requests on pod creation and never changes them later.
150150
`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
168168

169169
<!--
170170
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.
172172
Additionally, the `InPlaceVerticalScaling` feature gate needs to be enabled.
173173
-->
174174
****重启 {{< glossary_tooltip text="Pod" term_id="pod" >}} 或其中{{< glossary_tooltip text="容器" term_id="container" >}}就地调整工作负载的情况下要求 Kubernetes 版本大于 1.27。
@@ -184,7 +184,7 @@ Additionally, the `InPlaceVerticalScaling` feature gate needs to be enabled.
184184
<!--
185185
For workloads that need to be scaled based on the size of the cluster (for example
186186
`cluster-dns` or other system components), you can use the
187-
[_Cluster Proportional Autoscaler_](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler).<br />
187+
[_Cluster Proportional Autoscaler_](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler).
188188
Just like the VPA, it is not part of the Kubernetes core, but hosted as its
189189
own project on GitHub.
190190
-->

0 commit comments

Comments
 (0)