From e09a6b6c4720fc0c7db7dfc6ef93367fceeaf616 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 23 Oct 2017 13:51:07 -0700 Subject: [PATCH] Add link to custom metrics. (#6023) --- docs/tasks/run-application/horizontal-pod-autoscale.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index d9844a3e30..bbe10f8ba6 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -11,8 +11,9 @@ This document describes the current state of Horizontal Pod Autoscaling in Kuber ## What is Horizontal Pod Autoscaling? With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods -in a replication controller, deployment or replica set based on observed CPU utilization -(or, with beta support, on some other, application-provided metrics). Note that Horizontal +in a replication controller, deployment or replica 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, DaemonSet. The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller.