Skip to content

Commit

Permalink
Update contributor docs (#1472)
Browse files Browse the repository at this point in the history
* Removes mention of non-existing make targets
* Updates `kind create` snippet with correct one

Signed-off-by: Mikalai Radchuk <[email protected]>
  • Loading branch information
m1kola authored Nov 15, 2024
1 parent 10e870c commit e16be6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ you can follow the steps below to test your changes:
1. Create the cluster:

```sh
kind create cluster operator-controller
kind create cluster -n operator-controller
```

2. Build your changes:
Expand Down
16 changes: 0 additions & 16 deletions docs/contribute/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,13 @@ curl -L -s https://github.com/operator-framework/operator-controller/releases/la
make deploy IMG=<some-registry>/operator-controller:tag
```

### Uninstall CRDs
To delete the CRDs from the cluster:

```sh
make uninstall
```

### Undeploy controller
To undeploy the controller from the cluster:

```sh
make undeploy
```

### Modifying the API definitions
If you are editing the API definitions, generate the manifests such as CRs or CRDs using:

```sh
make manifests
```

---

!!! note
Run `make help` for more information on all potential `make` targets.

Expand Down

0 comments on commit e16be6e

Please sign in to comment.