From 465b7860f89acea903754ebbdc6457c3abd8ecb5 Mon Sep 17 00:00:00 2001 From: Haardik Dharma Date: Tue, 18 May 2021 20:43:24 +0530 Subject: [PATCH] Update task-tutorial-prereqs.md --- content/en/includes/task-tutorial-prereqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/includes/task-tutorial-prereqs.md b/content/en/includes/task-tutorial-prereqs.md index 93195d8b9c..b5d3c0abf3 100644 --- a/content/en/includes/task-tutorial-prereqs.md +++ b/content/en/includes/task-tutorial-prereqs.md @@ -1,7 +1,7 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must -be configured to communicate with your cluster. If you do not already have a +be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using -[minikube](/docs/tasks/tools/#minikube) +[minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) or you can use one of these Kubernetes playgrounds: * [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)