From edc96615a606e9522ca14e809698a378c502ef88 Mon Sep 17 00:00:00 2001 From: ashish-jaiswar Date: Mon, 29 Nov 2021 10:11:47 +0530 Subject: [PATCH 1/2] updated setup-konnectivity.md --- content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md b/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md index 81cba07cc7..c9923ea1a1 100644 --- a/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md +++ b/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md @@ -11,7 +11,8 @@ communication. ## {{% heading "prerequisites" %}} -{{< include "task-tutorial-prereqs.md" >}} +You need to have a Kubernetes cluster, and the kubectl command-line tool must +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](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/). From b546825c32f9671f2d4564f6c8b7dc2cfdc2aca1 Mon Sep 17 00:00:00 2001 From: Ashish jaiswar <88731979+ashish-jaiswar@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:22:22 +0530 Subject: [PATCH 2/2] Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md Co-authored-by: Meha Bhalodiya --- .../en/docs/tasks/extend-kubernetes/setup-konnectivity.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md b/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md index c9923ea1a1..6f5e1d1883 100644 --- a/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md +++ b/content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md @@ -12,7 +12,10 @@ communication. ## {{% heading "prerequisites" %}} You need to have a Kubernetes cluster, and the kubectl command-line tool must -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](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/). +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](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/).