Skip to content

Commit 999175b

Browse files
authored
Merge pull request #26546 from khansuhel/patch-1
Update horizontal-pod-autoscale.md
2 parents 7f5b5b2 + b4cb812 commit 999175b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ Pod Autoscaling does not apply to objects that can't be scaled, for example, Dae
2323

2424
The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller.
2525
The resource determines the behavior of the controller.
26-
The controller periodically adjusts the number of replicas in a replication controller or deployment
27-
to match the observed average CPU utilization to the target specified by user.
28-
26+
The controller periodically adjusts the number of replicas in a replication controller or deployment to match the observed metrics such as average CPU utilisation, average memory utilisation or any other custom metric to the target specified by the user.
2927

3028

3129

0 commit comments

Comments
 (0)