File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/en/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -433,12 +433,18 @@ behavior:
433
433
selectPolicy: Disabled
434
434
` ` `
435
435
436
+ # # Implicit maintenance-mode deactivation
436
437
438
+ You can implicitly deactivate the HPA for a target without the
439
+ need to change the HPA configuration itself. If the target's desired replica count
440
+ is set to 0, and the HPA's minimum replica count is greater than 0, the HPA
441
+ stops adjusting the target (and sets the `ScalingActive` Condition on itself
442
+ to `false`) until you reactivate it by manually adjusting the target's desired
443
+ replica count or HPA's minimum replica count.
437
444
438
445
# # {{% heading "whatsnext" %}}
439
446
440
447
441
448
* Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md).
442
449
* kubectl autoscale command: [kubectl autoscale](/docs/reference/generated/kubectl/kubectl-commands/#autoscale).
443
450
* Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/).
444
-
You can’t perform that action at this time.
0 commit comments