Skip to content

Commit c21a995

Browse files
author
Arjun Naik
committed
Small fixes
Signed-off-by: Arjun Naik <[email protected]>
1 parent 73597ee commit c21a995

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-autoscaling/853-configurable-hpa-scale-velocity

1 file changed

+3
-3
lines changed

keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ behavior:
202202
scaleDown:
203203
stabilizationWindowSeconds: 600
204204
policies:
205-
- type: pods
205+
- type: Pods
206206
value: 5
207207
```
208208

@@ -244,7 +244,7 @@ behavior:
244244
scaleUp:
245245
stabilizationWindowSeconds: 300
246246
policies:
247-
- type: pods
247+
- type: Pods
248248
value: 20
249249
```
250250

@@ -378,7 +378,7 @@ Please note that:
378378
- from the command-line options for the controller. Check the [Command Line Option Changes][] section.
379379
- from the hardcoded default value `300`.
380380

381-
The `scaleDown` behavior has a single `percent` policy with a value of `100` because
381+
The `scaleDown` behavior has a single `Percent` policy with a value of `100` because
382382
the current scale down behavior is only limited by [Stabilization Window][] which means after
383383
the stabilization window has passed the target can be scaled down to the minimum specified replicas.
384384
In order to replicate the default behavior we set `behavior.scaleDown.stabilizationWindowSeconds` to 300

0 commit comments

Comments
 (0)