From 369a3f6e722e133a144e3942bab2874e3e658b52 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 2 Aug 2016 18:38:27 +0000 Subject: [PATCH] Add ToC and fix markdown formatting in cluster management doc. --- docs/admin/cluster-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md index 051c4b44c9..f133f06983 100644 --- a/docs/admin/cluster-management.md +++ b/docs/admin/cluster-management.md @@ -1,6 +1,9 @@ --- --- +* TOC +{:toc} + This document describes several topics related to the lifecycle of a cluster: creating a new cluster, upgrading your cluster's master and worker nodes, performing node maintenance (e.g. kernel upgrades), and upgrading the Kubernetes API version of a @@ -102,6 +105,7 @@ On GKE you configure cluster autoscaler either on cluster creation or update or to the corresponding `gcloud` commands. Examples: + ```shell gcloud container clusters create mytestcluster --zone=us-central1-b --enable-autoscaling=true --min-nodes=3 --max-nodes=10 --num-nodes=5 ```