From 862482e4d1ef52868ebb946b2a731181b46d2c9d Mon Sep 17 00:00:00 2001 From: Mike Lundy Date: Sat, 31 Oct 2020 12:00:00 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tim Bannister --- .../tasks/run-application/horizontal-pod-autoscale.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index b51ffc7ecb..ff16a13e74 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -433,12 +433,12 @@ behavior: selectPolicy: Disabled ``` -## Support for implicit maintenance-mode deactivation +## Implicit maintenance-mode deactivation -Starting from v1.4, you can implicitly deactivate the HPA for a target without the +You can implicitly deactivate the HPA for a target without the need to change the HPA configuration itself. If the target's desired replica count -is set to 0, and the HPA's minimum replica count is greater than 0, the HPA will -cease to adjust the target (and will set the `ScalingActive` Condition on itself +is set to 0, and the HPA's minimum replica count is greater than 0, the HPA +stops adjusting the target (and sets the `ScalingActive` Condition on itself to `false`) until you reactivate it by manually adjusting the target's desired replica count or HPA's minimum replica count. @@ -448,4 +448,3 @@ replica count or HPA's minimum replica count. * Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md). * kubectl autoscale command: [kubectl autoscale](/docs/reference/generated/kubectl/kubectl-commands/#autoscale). * Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/). -