Skip to content

Commit 08759fd

Browse files
authored
Merge pull request #42159 from Affan-7/hpa-scaling-policy
Add threshold value for 'periodSeconds'
2 parents e050600 + 961d61b commit 08759fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ behavior:
400400
```
401401

402402
`periodSeconds` indicates the length of time in the past for which the policy must hold true.
403+
The maximum value that you can set for `periodSeconds` is 1800 (half an hour).
403404
The first policy _(Pods)_ allows at most 4 replicas to be scaled down in one minute. The second policy
404405
_(Percent)_ allows at most 10% of the current replicas to be scaled down in one minute.
405406

0 commit comments

Comments
 (0)