We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d133a commit 495acc3Copy full SHA for 495acc3
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
@@ -400,7 +400,7 @@ behavior:
400
```
401
402
`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).
+The default maximum value of `periodSeconds` is 1800 (half an hour).
404
The first policy _(Pods)_ allows at most 4 replicas to be scaled down in one minute. The second policy
405
_(Percent)_ allows at most 10% of the current replicas to be scaled down in one minute.
406
0 commit comments