Skip to content

Commit 0f4db0d

Browse files
committed
document HPA's implicit deactivation
1 parent fe76436 commit 0f4db0d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,14 @@ behavior:
433433
selectPolicy: Disabled
434434
```
435435

436-
436+
## Support for implicit maintenance-mode deactivation
437+
438+
Starting from v1.4, 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 will
441+
cease to adjust the target (and will set 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.
437444

438445
## {{% heading "whatsnext" %}}
439446

0 commit comments

Comments
 (0)