add statefulset to the list of object types hpa supports (#16425)
This commit is contained in:
parent
ef87d9c2f6
commit
d7dd8ef929
|
@ -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/).
|
||||
|
|
Loading…
Reference in New Issue