Skip to content

Commit 862482e

Browse files
novas0x2aTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent 0f4db0d commit 862482e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,12 @@ behavior:
433433
selectPolicy: Disabled
434434
```
435435

436-
## Support for implicit maintenance-mode deactivation
436+
## Implicit maintenance-mode deactivation
437437

438-
Starting from v1.4, you can implicitly deactivate the HPA for a target without the
438+
You can implicitly deactivate the HPA for a target without the
439439
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
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
442442
to `false`) until you reactivate it by manually adjusting the target's desired
443443
replica count or HPA's minimum replica count.
444444

@@ -448,4 +448,3 @@ replica count or HPA's minimum replica count.
448448
* Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md).
449449
* kubectl autoscale command: [kubectl autoscale](/docs/reference/generated/kubectl/kubectl-commands/#autoscale).
450450
* Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/).
451-

0 commit comments

Comments
 (0)