Skip to content

Commit e16be6e

Browse files
authored
Update contributor docs (#1472)
* Removes mention of non-existing make targets * Updates `kind create` snippet with correct one Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
1 parent 10e870c commit e16be6e

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ you can follow the steps below to test your changes:
4444
1. Create the cluster:
4545

4646
```sh
47-
kind create cluster operator-controller
47+
kind create cluster -n operator-controller
4848
```
4949

5050
2. Build your changes:

docs/contribute/developer.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,13 @@ curl -L -s https://github.com/operator-framework/operator-controller/releases/la
4949
make deploy IMG=<some-registry>/operator-controller:tag
5050
```
5151

52-
### Uninstall CRDs
53-
To delete the CRDs from the cluster:
54-
55-
```sh
56-
make uninstall
57-
```
58-
59-
### Undeploy controller
60-
To undeploy the controller from the cluster:
61-
62-
```sh
63-
make undeploy
64-
```
65-
6652
### Modifying the API definitions
6753
If you are editing the API definitions, generate the manifests such as CRs or CRDs using:
6854

6955
```sh
7056
make manifests
7157
```
7258

73-
---
74-
7559
!!! note
7660
Run `make help` for more information on all potential `make` targets.
7761

0 commit comments

Comments
 (0)