fix the toc (#8971)
This commit is contained in:
@@ -5,6 +5,8 @@ reviewers:
|
|||||||
title: Kubernetes 201
|
title: Kubernetes 201
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< toc >}}
|
||||||
|
|
||||||
## Labels, Deployments, Services and Health Checking
|
## Labels, Deployments, Services and Health Checking
|
||||||
|
|
||||||
If you went through [Kubernetes 101](/docs/tutorials/k8s101/), you learned about kubectl, Pods, Volumes, and multiple containers.
|
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).
|
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
|
## Labels
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user