add statefulset to the list of object types hpa supports (#16425)

This commit is contained in:
mohamed chiheb ben jemaa 2019-09-20 19:21:25 +01:00 committed by Kubernetes Prow Robot
parent ef87d9c2f6
commit d7dd8ef929
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ weight: 100
{{% capture overview %}}
Horizontal Pod Autoscaler automatically scales the number of pods
in a replication controller, deployment or replica set based on observed CPU utilization
in a replication controller, deployment, replica set or stateful set based on observed CPU utilization
(or, with beta support, on some other, application-provided metrics).
This document walks you through an example of enabling Horizontal Pod Autoscaler for the php-apache server. For more information on how Horizontal Pod Autoscaler behaves, see the [Horizontal Pod Autoscaler user guide](/docs/tasks/run-application/horizontal-pod-autoscale/).