From 46133af83f3ab7b387a21a73963cd0a000d6ec45 Mon Sep 17 00:00:00 2001 From: Andrzej Wasylkowski Date: Thu, 18 May 2017 21:38:54 +0200 Subject: [PATCH] Added a note about the need to have a cluster set-up to Kubernetes 201. --- docs/user-guide/walkthrough/k8s201.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/walkthrough/k8s201.md b/docs/user-guide/walkthrough/k8s201.md index 3886ed52c5..5c56832a21 100644 --- a/docs/user-guide/walkthrough/k8s201.md +++ b/docs/user-guide/walkthrough/k8s201.md @@ -11,6 +11,8 @@ If you went through [Kubernetes 101](/docs/user-guide/walkthrough/), you learned For Kubernetes 201, we will pick up where 101 left off and cover some slightly more advanced topics in Kubernetes, related to application productionization, Deployment and scaling. +{% include task-tutorial-prereqs.md %} + In order for the kubectl usage examples to work, make sure you have an examples directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or [the source](https://github.com/kubernetes/kubernetes). * TOC