We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe0325 commit 04df60cCopy full SHA for 04df60c
README.md
@@ -6,6 +6,19 @@
6
7
## Getting Started
8
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
22
### Prerequisites
23
- go version v1.23.0+
24
- docker version 17.03+.
0 commit comments