Skip to content

Commit

Permalink
Update k8s101.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaoyu-zidif committed Jun 13, 2018
1 parent cb6af2a commit d27c126
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/en/docs/tutorials/k8s101.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit d27c126

Please sign in to comment.