File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-autoscaling/853-configurable-hpa-scale-velocity Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ behavior:
202
202
scaleDown:
203
203
stabilizationWindowSeconds: 600
204
204
policies:
205
- - type: pods
205
+ - type: Pods
206
206
value: 5
207
207
` ` `
208
208
@@ -244,7 +244,7 @@ behavior:
244
244
scaleUp:
245
245
stabilizationWindowSeconds: 300
246
246
policies:
247
- - type: pods
247
+ - type: Pods
248
248
value: 20
249
249
` ` `
250
250
@@ -378,7 +378,7 @@ Please note that:
378
378
- from the command-line options for the controller. Check the [Command Line Option Changes][] section.
379
379
- from the hardcoded default value `300`.
380
380
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
382
382
the current scale down behavior is only limited by [Stabilization Window][] which means after
383
383
the stabilization window has passed the target can be scaled down to the minimum specified replicas.
384
384
In order to replicate the default behavior we set `behavior.scaleDown.stabilizationWindowSeconds` to 300
You can’t perform that action at this time.
0 commit comments