From e0cf924489bbd223d127a03236a63ae4c56ef169 Mon Sep 17 00:00:00 2001 From: "Elamaran (Ela) Shanmugam" <51791117+elamaran11@users.noreply.github.com> Date: Thu, 2 May 2024 14:50:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ef9f82..1d722358 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Refer the example [here](https://github.com/aws-samples/eks-anywhere-addons/blob ## Pre-requisite (Linux/MacOS) -Please use the dev container configuration in the `.devcontainer` folder with [devpod](devpod.sh) or any other dev container environment to create minikube cluster with all the required pre-requisites such helm, kubectl and flux for local testing. You can skip over to the local testing section if you use dev container environment. +Please use the dev container configuration in the `.devcontainer` folder with [devpod](devpod.sh) or any other dev container environment to create minikube cluster with all the required pre-requisites such as helm, kubectl and flux for local testing. You can skip over to the local testing section if you use dev container environment. This solution requires Flux CLI locally and Flux Controller on your Kubernetes cluster. Flux requires access to a source repository via api and access to the kubernetes cluster you want to use for testing. Please follow the below steps for installing these pre-requisites.