From ad2713d27481d8d7be5072df101981d5cbe990f8 Mon Sep 17 00:00:00 2001 From: Brandon Doran Date: Wed, 22 Apr 2020 20:50:42 -0700 Subject: [PATCH] Fix small typos in horizontal pod autoscaling doc - Fix typo in hpa stabilization window section - Fix type in configurable scaling behavior section --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index 059efbab7e..f6852845ec 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -291,7 +291,7 @@ the `v2beta2` API allows scaling behavior to be configured through the HPA `behavior` field. Behaviors are specified separately for scaling up and down in `scaleUp` or `scaleDown` section under the `behavior` field. A stabilization window can be specified for both directions which prevents the flapping of the -number of the replicas in the scaling target. Similarly specifing scaling +number of the replicas in the scaling target. Similarly specifying scaling policies controls the rate of change of replicas while scaling. ### Scaling Policies @@ -332,7 +332,7 @@ scaling in that direction. ### Stabilization Window -The stabilization window is used to retrict the flapping of replicas when the metrics +The stabilization window is used to restrict the flapping of replicas when the metrics used for scaling keep fluctuating. The stabilization window is used by the autoscaling algorithm to consider the computed desired state from the past to prevent scaling. In the following example the stabilization window is specified for `scaleDown`.