Skip to content

Commit

Permalink
docs: Add some details around running locally to make things clearer …
Browse files Browse the repository at this point in the history
…new contributors (#2786)

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>
  • Loading branch information
meeech authored May 17, 2023
1 parent 5435982 commit c683ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c683ade

Please sign in to comment.