From b4cc1b2edd4864e7354ba72c6073dcdf97e8fb6f Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Tue, 17 Jul 2018 14:53:39 +0800 Subject: [PATCH] Update k8s101.md (#9043) --- content/en/docs/tutorials/k8s101.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tutorials/k8s101.md b/content/en/docs/tutorials/k8s101.md index 14982540786d7..ca75473110b25 100644 --- a/content/en/docs/tutorials/k8s101.md +++ b/content/en/docs/tutorials/k8s101.md @@ -5,6 +5,8 @@ reviewers: title: Kubernetes 101 --- +{{< toc >}} + ## Kubectl CLI and Pods For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple containers. @@ -13,9 +15,6 @@ For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple container In order for the kubectl usage examples to work, make sure you have an example directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or the latest `.yaml` files located [here](https://github.com/kubernetes/website/tree/master/content/en/docs/tutorials). -{{< toc >}} - - ## Kubectl CLI The easiest way to interact with Kubernetes is through the kubectl command-line interface.