Skip to content

Commit 72d133a

Browse files
committed
Add threshold value for 'periodSeconds'
1 parent 2480b1a commit 72d133a

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 value of `periodSeconds` must be less than or equal to 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)