Skip to content

Commit 04df60c

Browse files
committed
docs: local development
1 parent ebe0325 commit 04df60c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
## Getting Started
88

9+
### Local Development
10+
11+
```bash
12+
make -C capi-lab
13+
eval $(make -C capi-lab --silent dev-env)
14+
kubectl apply -f ../firewall-controller-manager/config/crds
15+
kubectl create -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.77.1/bundle.yaml
16+
clusterctl init
17+
make push-to-capi-lab
18+
19+
kubectl apply -k config/samples
20+
```
21+
922
### Prerequisites
1023
- go version v1.23.0+
1124
- docker version 17.03+.

0 commit comments

Comments
 (0)