fix the toc (#8971)

This commit is contained in:
lovejoy
2018-06-26 02:45:22 +08:00
committed by k8s-ci-robot
parent 4a8f9e8fd5
commit b4affeabfa
+2 -3
View File
@@ -5,6 +5,8 @@ reviewers:
title: Kubernetes 201
---
{{< toc >}}
## Labels, Deployments, Services and Health Checking
If you went through [Kubernetes 101](/docs/tutorials/k8s101/), you learned about kubectl, Pods, Volumes, and multiple containers.
@@ -15,9 +17,6 @@ scaling.
In order for the kubectl usage examples to work, make sure you have an examples directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or [the source](https://github.com/kubernetes/kubernetes).
* TOC
{{< toc >}}
## Labels