Advisor: Add mock checks to standalone setup (#113406)

This commit is contained in:
Andres Martinez Gotor
2025-11-05 10:33:45 +01:00
committed by GitHub
parent 1bd5b29963
commit 2e507d5042
13 changed files with 378 additions and 7 deletions
+14
View File
@@ -163,3 +163,17 @@ make run # Start the advisor app in standalone mode
```
This will start the advisor app on port 7445. You can then access the advisor app at `http://localhost:7445`.
To see some sample checks, you can run the following command:
```bash
make create-checks
```
Then you can see list in the URL: `http://localhost:7445/apis/advisor.grafana.app/v0alpha1/namespaces/stacks-1/checks`
To delete all checks, you can run the following command:
```bash
make delete-checks
```