Skip to content

Commit 93aca97

Browse files
authored
Fix typo in HPA scale velocity document
A YAML example has 600 as value for the `periodSeconds` attribute, but in the text below it is refeerenced as a minute. The value should therefore be 60 to avoid confusion for the reader.
1 parent 0468644 commit 93aca97

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ behavior:
207207
policies:
208208
- type: Pods
209209
value: 5
210-
periodSeconds: 600
210+
periodSeconds: 60
211211
```
212212

213213
i.e., the algorithm will:

0 commit comments

Comments
 (0)