File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ the `v2beta2` API allows scaling behavior to be configured through the HPA
291
291
` behavior ` field. Behaviors are specified separately for scaling up and down in
292
292
` scaleUp ` or ` scaleDown ` section under the ` behavior ` field. A stabilization
293
293
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
295
295
policies controls the rate of change of replicas while scaling.
296
296
297
297
### Scaling Policies
@@ -332,7 +332,7 @@ scaling in that direction.
332
332
333
333
# ## Stabilization Window
334
334
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
336
336
used for scaling keep fluctuating. The stabilization window is used by the autoscaling
337
337
algorithm to consider the computed desired state from the past to prevent scaling. In
338
338
the following example the stabilization window is specified for `scaleDown`.
You can’t perform that action at this time.
0 commit comments