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 88ad39a commit 0516d9fCopy full SHA for 0516d9f
README.md
@@ -27,7 +27,13 @@ make install
27
helm install prometheus-operator-crds prometheus-community/prometheus-operator-crds
28
```
29
30
-4. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):
+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):
37
38
```sh
39
make run
0 commit comments