Skip to content

Commit de38733

Browse files
authored
fix typo "跟据" to "根据"
1 parent c071665 commit de38733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
<!--

0 commit comments

Comments
 (0)