File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
content/en/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -433,12 +433,12 @@ behavior:
433
433
selectPolicy: Disabled
434
434
` ` `
435
435
436
- # # Support for implicit maintenance-mode deactivation
436
+ # # Implicit maintenance-mode deactivation
437
437
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
439
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
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
442
to `false`) until you reactivate it by manually adjusting the target's desired
443
443
replica count or HPA's minimum replica count.
444
444
@@ -448,4 +448,3 @@ replica count or HPA's minimum replica count.
448
448
* Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md).
449
449
* kubectl autoscale command: [kubectl autoscale](/docs/reference/generated/kubectl/kubectl-commands/#autoscale).
450
450
* Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/).
451
-
You can’t perform that action at this time.
0 commit comments