Skip to content

Commit

Permalink
Update k8s101.md (#9043)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaoyu-zidif authored and k8s-ci-robot committed Jul 17, 2018
1 parent f6b6dc7 commit b4cc1b2
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 b4cc1b2

Please sign in to comment.