Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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