Skip to content

Commit

Permalink
Update contributors-quickstart.md to include minikube as local cluste…
Browse files Browse the repository at this point in the history
…r alternative. (argoproj#16690)

Signed-off-by: Sanchaai Mathiyarasan <sanchaai.mathi@gmail.com>
Signed-off-by: hbc <bcxxxxxx@gmail.com>
  • Loading branch information
sm0ca authored and bcho committed Jan 4, 2024
1 parent 3fb6ca0 commit 62d6c46
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/developer-guide/contributors-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,29 @@ git clone https://github.com/argoproj/argo-cd.git

<https://docs.docker.com/engine/install/>

### Install or Upgrade `kind` (Optional - Should work with any local cluster)
### Install or Upgrade a Tool for Running Local Clusters (e.g. kind or minikube)

#### Installation guide for kind:

<https://kind.sigs.k8s.io/docs/user/quick-start/>

#### Installation guide for minikube:

<https://minikube.sigs.k8s.io/docs/start/>

### Start Your Local Cluster

For example, if you are using kind:
```shell
kind create cluster
```

Or, if you are using minikube:

```shell
minikube start
```

### Install Argo CD

```shell
Expand Down

0 comments on commit 62d6c46

Please sign in to comment.