Skip to content

Commit

Permalink
Merge pull request kubernetes#941 from a-robinson/toc
Browse files Browse the repository at this point in the history
Add ToC and fix markdown formatting in cluster management doc.
  • Loading branch information
a-robinson authored Aug 2, 2016
2 parents 18ae565 + 369a3f6 commit f37f2ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/admin/cluster-management.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit f37f2ff

Please sign in to comment.