From 4f7de6e5b5ac699dd8197f543b13878f5d83e05f Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Mon, 5 Mar 2018 04:27:52 +0800 Subject: [PATCH] Added TOC for HPA document for better reference. (#7624) --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 3 +++ docs/tasks/run-application/horizontal-pod-autoscale.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index b480283016..8dc9a4cc81 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -7,6 +7,9 @@ reviewers: title: Horizontal Pod Autoscaler Walkthrough --- +* TOC +{:toc} + Horizontal Pod Autoscaler 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). diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index 9c666a33e5..2477e48fe1 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -6,6 +6,9 @@ reviewers: title: Horizontal Pod Autoscaler --- +* TOC +{:toc} + This document describes the current state of the Horizontal Pod Autoscaler in Kubernetes. ## What is the Horizontal Pod Autoscaler?