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/).