Merge pull request #26546 from khansuhel/patch-1

Update horizontal-pod-autoscale.md
This commit is contained in:
Kubernetes Prow Robot 2021-03-26 04:40:43 -07:00 committed by GitHub
commit 999175b4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ Pod Autoscaling does not apply to objects that can't be scaled, for example, Dae
The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller. The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller.
The resource determines the behavior of the controller. The resource determines the behavior of the controller.
The controller periodically adjusts the number of replicas in a replication controller or deployment 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.
to match the observed average CPU utilization to the target specified by user.