Skip to content

Commit

Permalink
Add some details around running locally to make things clearer for pe…
Browse files Browse the repository at this point in the history
…ople new to the project.

Signed-off-by: mitchell amihod <4623+meeech@users.noreply.github.com>
  • Loading branch information
meeech committed May 17, 2023
1 parent 497e69a commit 5486061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
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 5486061

Please sign in to comment.