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:
44441 . Create the cluster:
4545
4646 ``` sh
47- kind create cluster operator-controller
47+ kind create cluster -n operator-controller
4848 ```
4949
50502. 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
4949 make deploy IMG=< some-registry> /operator-controller:tag
5050 ` ` `
5151
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-
6652# ## Modifying the API definitions
6753If you are editing the API definitions, generate the manifests such as CRs or CRDs using:
6854
6955` ` ` sh
7056make manifests
7157` ` `
7258
73- ---
74-
7559!!! note
7660 Run ` make help` for more information on all potential ` make` targets.
7761
You can’t perform that action at this time.
0 commit comments