From d7dd8ef929b49921ed35adc87b323ccfb37fe951 Mon Sep 17 00:00:00 2001 From: mohamed chiheb ben jemaa Date: Fri, 20 Sep 2019 19:21:25 +0100 Subject: [PATCH] add statefulset to the list of object types hpa supports (#16425) --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 6c43983c57..8e5a8707a8 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -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/).