Skip to content

Commit

Permalink
docs: add local build and deploy instructions to CONTRIBUTING.md
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 committed Nov 6, 2024
1 parent 6bda277 commit 392e191
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,30 @@ 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. Build your changes:

```sh
make build go-build-local
```

2. Build and load the Docker image into Kind:

```sh
make docker-build
kind load docker-image quay.io/operator-framework/operator-controller:devel
```

3. Deploy to Kind

```sh
make kind-deploy
```

### Communication Channels

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

0 comments on commit 392e191

Please sign in to comment.