We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca0afa commit 22004faCopy full SHA for 22004fa
CONTRIBUTING.md
@@ -36,6 +36,29 @@ The workflow defined above implies that the community is always ready for discus
36
37
Please keep this workflow in mind as you read through the document.
38
39
+## How to Build and Deploy Locally
40
+
41
+After creating a fork and cloning the project locally,
42
+you can follow the steps below to test your changes:
43
44
+1. Create the cluster:
45
46
+```sh
47
+kind create cluster operator-controller
48
+```
49
50
+2. Build your changes:
51
52
53
+make build docker-build
54
55
56
+3. Load the image locally and Deploy to Kind
57
58
59
+make kind-load kind-deploy
60
61
62
### Communication Channels
63
64
- Email: [operator-framework-olm-dev](mailto:[email protected])
0 commit comments