Skip to content

Commit dca4d86

Browse files
committed
📝 docs
modified: README.md
1 parent 14ed51d commit dca4d86

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
4343

4444
### Running on the cluster
4545

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-
5446
1. Build and push your image to the location specified by `IMG`:
5547

5648
```sh
@@ -62,14 +54,6 @@ make docker-build docker-push IMG=<some-registry>/kube-reqsizer:tag
6254
```sh
6355
make deploy IMG=<some-registry>/kube-reqsizer:tag
6456
```
65-
66-
### Uninstall CRDs
67-
To delete the CRDs from the cluster:
68-
69-
```sh
70-
make uninstall
71-
```
72-
7357
### Undeploy controller
7458
UnDeploy the controller to the cluster:
7559

@@ -124,4 +108,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
124108
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125109
See the License for the specific language governing permissions and
126110
limitations under the License.
127-

0 commit comments

Comments
 (0)