From d552c1e406edcdafe7545c90c33c1b30da513c27 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 12 Jan 2017 11:17:58 -0800 Subject: [PATCH] Added link to Horizontal Pod Autoscaling glossary Fixes: https://github.com/kubernetes/kubernetes.github.io/issues/1018 --- docs/user-guide/horizontal-pod-autoscaling/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/horizontal-pod-autoscaling/walkthrough.md b/docs/user-guide/horizontal-pod-autoscaling/walkthrough.md index af66f7dd8d..f0a5cbc64a 100644 --- a/docs/user-guide/horizontal-pod-autoscaling/walkthrough.md +++ b/docs/user-guide/horizontal-pod-autoscaling/walkthrough.md @@ -10,7 +10,7 @@ Horizontal Pod Autoscaling automatically scales the number of pods in a replication controller, deployment or replica set based on observed CPU utilization (or, with alpha support, on some other, application-provided metrics). -In this document we explain how this feature works by walking you through an example of enabling Horizontal Pod Autoscaling for the php-apache server. +This document walks you through an example of enabling Horizontal Pod Autoscaling for the php-apache server. For more information on how Horizontal Pod Autoscaling behaves, see the [Horizontal Pod Autoscaling glossary entry](/docs/user-guide/horizontal-pod-autoscaling/). ## Prerequisites