File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,6 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
43
43
44
44
### Running on the cluster
45
45
46
-
47
-
48
- ~~ 1. Install Instances of Custom Resources:~~ _ this controller does not use CRDs_
49
-
50
- ``` sh
51
- kubectl apply -f config/samples/
52
- ```
53
-
54
46
1 . Build and push your image to the location specified by ` IMG ` :
55
47
56
48
``` sh
@@ -62,14 +54,6 @@ make docker-build docker-push IMG=<some-registry>/kube-reqsizer:tag
62
54
``` sh
63
55
make deploy IMG=< some-registry> /kube-reqsizer:tag
64
56
```
65
-
66
- ### Uninstall CRDs
67
- To delete the CRDs from the cluster:
68
-
69
- ``` sh
70
- make uninstall
71
- ```
72
-
73
57
### Undeploy controller
74
58
UnDeploy the controller to the cluster:
75
59
@@ -124,4 +108,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
124
108
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125
109
See the License for the specific language governing permissions and
126
110
limitations under the License.
127
-
You can’t perform that action at this time.
0 commit comments