Skip to content

Commit 75fd0dd

Browse files
authored
Merge pull request #20514 from brandondoran/hpa-typo
Fix small typos in horizontal pod autoscaling doc
2 parents 2ccaace + 39ae30b commit 75fd0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ the `v2beta2` API allows scaling behavior to be configured through the HPA
291291
`behavior` field. Behaviors are specified separately for scaling up and down in
292292
`scaleUp` or `scaleDown` section under the `behavior` field. A stabilization
293293
window can be specified for both directions which prevents the flapping of the
294-
number of the replicas in the scaling target. Similarly specifing scaling
294+
number of the replicas in the scaling target. Similarly specifying scaling
295295
policies controls the rate of change of replicas while scaling.
296296

297297
### Scaling Policies
@@ -332,7 +332,7 @@ scaling in that direction.
332332

333333
### Stabilization Window
334334

335-
The stabilization window is used to retrict the flapping of replicas when the metrics
335+
The stabilization window is used to restrict the flapping of replicas when the metrics
336336
used for scaling keep fluctuating. The stabilization window is used by the autoscaling
337337
algorithm to consider the computed desired state from the past to prevent scaling. In
338338
the following example the stabilization window is specified for `scaleDown`.

0 commit comments

Comments
 (0)