Skip to content

Commit 90c5afb

Browse files
committed
Update documentation according CRDs
1 parent 48c0c93 commit 90c5afb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

HOW-TO-START-DEVELOPMENT.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@
1010
```shell
1111
make kind-prepare
1212
```
13-
2. Build image and load it into cluster, deploy etcd-operator, RBAC, webhook certs
13+
2. Install CRDs into kind cluster
14+
```shell
15+
make install
16+
```
17+
18+
3. Build image and load it into kind cluster, deploy etcd-operator, RBAC, webhook certs
1419
```shell
1520
make deploy
1621
```
1722

18-
3. To deploy your code changes, redeploy etcd-operator:
23+
4. To deploy your code changes, redeploy etcd-operator:
1924
```shell
2025
make redeploy
2126
```
2227

23-
4. To clean up after all, delete kind cluster:
28+
5. To clean up after all, delete kind cluster:
2429
```shell
2530
make kind-delete
2631
```

0 commit comments

Comments
 (0)