File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,29 @@ The workflow defined above implies that the community is always ready for discus
36
36
37
37
Please keep this workflow in mind as you read through the document.
38
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
+ ``` sh
53
+ make build docker-build
54
+ ```
55
+
56
+ 3 . Load the image locally and Deploy to Kind
57
+
58
+ ``` sh
59
+ make kind-load kind-deploy
60
+ ```
61
+
39
62
### Communication Channels
40
63
41
64
- Email: [ operator-framework-olm-dev] ( mailto:operator-framework-olm-dev@googlegroups.com )
You can’t perform that action at this time.
0 commit comments