From 7e128d31cf614f792000243e934f5bdbf92ea928 Mon Sep 17 00:00:00 2001 From: Andrzej Wasylkowski Date: Wed, 17 May 2017 10:10:21 +0200 Subject: [PATCH] Fixed Kubernetes 101 documentation to mention that it is necessary to have the cluster setup first. --- docs/user-guide/walkthrough/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/walkthrough/index.md b/docs/user-guide/walkthrough/index.md index 79e9335e97..2c10d96c1a 100644 --- a/docs/user-guide/walkthrough/index.md +++ b/docs/user-guide/walkthrough/index.md @@ -9,6 +9,8 @@ title: Kubernetes 101 For Kubernetes 101, we will cover kubectl, pods, volumes, and multiple containers +{% include task-tutorial-prereqs.md %} + 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 source](https://github.com/kubernetes/kubernetes). * TOC