File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ you can follow the steps below to test your changes:
44
44
1 . Create the cluster:
45
45
46
46
``` sh
47
- kind create cluster operator-controller
47
+ kind create cluster -n operator-controller
48
48
```
49
49
50
50
2. Build your changes:
Original file line number Diff line number Diff line change @@ -49,29 +49,13 @@ curl -L -s https://github.com/operator-framework/operator-controller/releases/la
49
49
make deploy IMG=< some-registry> /operator-controller:tag
50
50
` ` `
51
51
52
- # ## Uninstall CRDs
53
- To delete the CRDs from the cluster:
54
-
55
- ` ` ` sh
56
- make uninstall
57
- ` ` `
58
-
59
- # ## Undeploy controller
60
- To undeploy the controller from the cluster:
61
-
62
- ` ` ` sh
63
- make undeploy
64
- ` ` `
65
-
66
52
# ## Modifying the API definitions
67
53
If you are editing the API definitions, generate the manifests such as CRs or CRDs using:
68
54
69
55
` ` ` sh
70
56
make manifests
71
57
` ` `
72
58
73
- ---
74
-
75
59
!!! note
76
60
Run ` make help` for more information on all potential ` make` targets.
77
61
You can’t perform that action at this time.
0 commit comments