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.
2 parents e050600 + 961d61b commit 08759fdCopy full SHA for 08759fd
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
@@ -400,6 +400,7 @@ behavior:
400
```
401
402
`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).
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