From 71e416bd42b369900624268c56f0710c4c7a528d Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:21:47 -0400 Subject: [PATCH] Update docs/content/getting-started/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --- docs/content/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started/index.md b/docs/content/getting-started/index.md index 76227767b..40737ea37 100644 --- a/docs/content/getting-started/index.md +++ b/docs/content/getting-started/index.md @@ -19,7 +19,7 @@ This guide will show you how to quickly get started with Radius. You'll walk thr ## 1. Have your Kubernetes cluster handy Radius runs inside [Kubernetes]({{< ref "guides/operations/kubernetes" >}}). However you run Kubernetes, get a cluster ready. -> *If you don't have a preferred way to create Kubernetes clusters, you could try using k3d with the recommended [configuration]({{< ref "guides/operations/kubernetes/overview##supported-kubernetes-clusters" >}}), which runs a minimal Kubernetes distribution in Docker.* +> *If you don't have a preferred way to create Kubernetes clusters, you could try using [k3d](https://k3d.io/), which runs a minimal Kubernetes distribution in Docker. Make sure to apply the [recommended configuration]({{< ref "guides/operations/kubernetes/overview##supported-kubernetes-clusters" >}})* Ensure your cluster is set as your current context: