Add stateful set which hpa has supported (#17806)

As https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ and https://github.com/kubernetes/website/pull/16425 say, the hpa has already supported stateful set.
pull/17810/head
Lv Jiawei 2019-11-26 12:33:10 +08:00 committed by Kubernetes Prow Robot
parent b2c3d2c630
commit 07b622c6bb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ weight: 90
{{% capture overview %}}
The Horizontal Pod Autoscaler automatically scales the number of pods
in a replication controller, deployment or replica set based on observed CPU utilization (or, with
in a replication controller, deployment, replica set or stateful set based on observed CPU utilization (or, with
[custom metrics](https://git.k8s.io/community/contributors/design-proposals/instrumentation/custom-metrics-api.md)
support, on some other application-provided metrics). Note that Horizontal
Pod Autoscaling does not apply to objects that can't be scaled, for example, DaemonSets.