Skip to content

Commit aadb0fa

Browse files
authored
fix typo
fix typo
1 parent 7040e84 commit aadb0fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ or the custom metrics API (for all other metrics).
100100
comparison is made.
101101
-->
102102
* 如果pod 使用对象指标和外部指标(每个指标描述一个对象信息)。
103-
这个指标将直接跟据目标设定值相比较,并生成一个上面提到的扩缩比例。
103+
这个指标将直接根据目标设定值相比较,并生成一个上面提到的扩缩比例。
104104
`autoscaling/v2beta2` 版本API中,这个指标也可以根据 Pod 数量平分后再计算。
105105

106106
<!--
@@ -149,7 +149,7 @@ value:
149149
-->
150150
### 算法细节 {#algorithm-details}
151151

152-
从最基本的角度来看,Pod 水平自动扩缩控制器跟据当前指标和期望指标来计算扩缩比例
152+
从最基本的角度来看,Pod 水平自动扩缩控制器根据当前指标和期望指标来计算扩缩比例
153153

154154
<!--
155155
```
@@ -172,7 +172,7 @@ the `--horizontal-pod-autoscaler-tolerance` flag, which defaults to 0.1).
172172
副本数量将会翻倍。
173173
如果当前指标为 `50m`,副本数量将会减半,因为`50.0/100.0 == 0.5`
174174
如果计算出的扩缩比例接近 1.0
175-
跟据`--horizontal-pod-autoscaler-tolerance` 参数全局配置的容忍值,默认为 0.1),
175+
根据`--horizontal-pod-autoscaler-tolerance` 参数全局配置的容忍值,默认为 0.1),
176176
将会放弃本次扩缩。
177177

178178
<!--
@@ -229,7 +229,7 @@ default is 5 minutes.
229229
The `currentMetricValue / desiredMetricValue` base scale ratio is then
230230
calculated using the remaining pods not set aside or discarded from above.
231231
-->
232-
在排除掉被搁置的 Pod 后,扩缩比例就会跟据`currentMetricValue/desiredMetricValue`
232+
在排除掉被搁置的 Pod 后,扩缩比例就会根据`currentMetricValue/desiredMetricValue`
233233
计算出来。
234234

235235
<!--
@@ -445,7 +445,7 @@ proposed scales will be used as the new scale.
445445

446446
Kubernetes 1.6 开始支持基于多个度量值进行扩缩。
447447
你可以使用 `autoscaling/v2beta2` API 来为 Horizontal Pod Autoscaler 指定多个指标。
448-
Horizontal Pod Autoscaler 会跟据每个指标计算,并生成一个扩缩建议。
448+
Horizontal Pod Autoscaler 会根据每个指标计算,并生成一个扩缩建议。
449449
幅度最大的扩缩建议会被采纳。
450450

451451
<!--

0 commit comments

Comments
 (0)