Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Update contributor docs #1472

Merged
merged 1 commit into from
Nov 15, 2024
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