From 548606142d289ed8d9722207046b29b5422cc0b9 Mon Sep 17 00:00:00 2001 From: mitchell amihod <4623+meeech@users.noreply.github.com> Date: Wed, 17 May 2023 12:25:43 -0400 Subject: [PATCH] Add some details around running locally to make things clearer for people new to the project. Signed-off-by: mitchell amihod <4623+meeech@users.noreply.github.com> --- docs/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 694a94690a..a325587804 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -70,6 +70,8 @@ cd ~/go/src/github.com/argoproj/argo-rollouts go run ./cmd/rollouts-controller/main.go ``` +When running locally it will connect to whatever kubernetes cluster you have configured in your kubeconfig. You will need to make sure to install the Argo Rollout CRDs into your local cluster, and have the `argo-rollouts` namespace. + ## Running Unit Tests To run unit tests: