Added TOC for HPA document for better reference. (#7624)

This commit is contained in:
Guang Ya Liu
2018-03-05 04:27:52 +08:00
committed by k8s-ci-robot
parent bc1b890f74
commit 4f7de6e5b5
2 changed files with 6 additions and 0 deletions
@@ -7,6 +7,9 @@ reviewers:
title: Horizontal Pod Autoscaler Walkthrough title: Horizontal Pod Autoscaler Walkthrough
--- ---
* TOC
{:toc}
Horizontal Pod Autoscaler automatically scales the number of pods 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 or replica set based on observed CPU utilization
(or, with beta support, on some other, application-provided metrics). (or, with beta support, on some other, application-provided metrics).
@@ -6,6 +6,9 @@ reviewers:
title: Horizontal Pod Autoscaler title: Horizontal Pod Autoscaler
--- ---
* TOC
{:toc}
This document describes the current state of the Horizontal Pod Autoscaler in Kubernetes. This document describes the current state of the Horizontal Pod Autoscaler in Kubernetes.
## What is the Horizontal Pod Autoscaler? ## What is the Horizontal Pod Autoscaler?