Skip to content

Commit 0516d9f

Browse files
committed
README: add samples apply guidance
Signed-off-by: Robin Opletal <me@robinopletal.com>
1 parent 88ad39a commit 0516d9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ make install
2727
helm install prometheus-operator-crds prometheus-community/prometheus-operator-crds
2828
```
2929

30-
4. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):
30+
4. Install sample CRDs into the cluster, so `osko` has resources to work with:
31+
32+
```sh
33+
kubectl apply -k config/samples/
34+
```
35+
36+
5. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):
3137

3238
```sh
3339
make run

0 commit comments

Comments
 (0)