Skip to content

Commit

Permalink
docs: add local build and deploy instructions to CONTRIBUTING.md (#1430)
Browse files Browse the repository at this point in the history
- Added steps for building, loading Docker images, and deploying changes locally with Kind
  • Loading branch information
camilamacedo86 authored Nov 7, 2024
1 parent fca0afa commit 87d011a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,29 @@ The workflow defined above implies that the community is always ready for discus

Please keep this workflow in mind as you read through the document.

## How to Build and Deploy Locally

After creating a fork and cloning the project locally,
you can follow the steps below to test your changes:

1. Create the cluster:

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

2. Build your changes:

```sh
make build docker-build
```

3. Load the image locally and Deploy to Kind

```sh
make kind-load kind-deploy
```

### Communication Channels

- Email: [operator-framework-olm-dev](mailto:[email protected])
Expand Down

0 comments on commit 87d011a

Please sign in to comment.