Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benakansara committed Oct 15, 2024
1 parent 65ec346 commit 65ea086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/rca-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Run the setup script from the repo root:
./scripts/rca-demo/setup
```

For local setup (ES/Kibana/APM Server), run the script with `local` argument which will add required `tls` setting:
```
./scripts/rca-demo/setup local
```

The output will guide you if you are missing anything required to make this work. You can check the
status of the pods by running `kubectl get pods`.

Expand All @@ -44,4 +49,4 @@ For the full scenario, set up a custom threshold rule like this:

This rule will trigger when the demo scenario is activated and will be associated with the nginx ingress controller service. It can be used as a starting point to showcase the different exploration capabilities of the stack.

With `trigger-demo-scenario restore`, the system can be put back into a working state again.
With `trigger-demo-scenario restore`, the system can be put back into a working state again.

0 comments on commit 65ea086

Please sign in to comment.