From de38733c29e6a9d12ae9d71044a5834b239afc99 Mon Sep 17 00:00:00 2001 From: shizhyy <42166534+shizhyy@users.noreply.github.com> Date: Wed, 14 Oct 2020 14:33:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20typo=20"=E8=B7=9F=E6=8D=AE"=20to=20"?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zh/docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale.md index 717640bb86..5d0932827b 100644 --- a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -172,7 +172,7 @@ the `--horizontal-pod-autoscaler-tolerance` flag, which defaults to 0.1). 副本数量将会翻倍。 如果当前指标为 `50m`,副本数量将会减半,因为`50.0/100.0 == 0.5`。 如果计算出的扩缩比例接近 1.0 -(跟据`--horizontal-pod-autoscaler-tolerance` 参数全局配置的容忍值,默认为 0.1), +(根据`--horizontal-pod-autoscaler-tolerance` 参数全局配置的容忍值,默认为 0.1), 将会放弃本次扩缩。