Update k8s101.md (#9043)

pull/9055/head^2
Tim Zhang 2018-07-17 14:53:39 +08:00 committed by k8s-ci-robot
parent f6b6dc75ee
commit b4cc1b2edd
1 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,8 @@ reviewers:
title: Kubernetes 101 title: Kubernetes 101
--- ---
{{< toc >}}
## Kubectl CLI and Pods ## Kubectl CLI and Pods
For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple containers. 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). 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 ## Kubectl CLI
The easiest way to interact with Kubernetes is through the kubectl command-line interface. The easiest way to interact with Kubernetes is through the kubectl command-line interface.