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 495acc3 commit 961d61bCopy full SHA for 961d61b
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 default maximum value of `periodSeconds` is 1800 (half an hour).
+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