Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Mar 25, 2024
1 parent ce64162 commit 91a1f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Grafana data source plugin for Chaos Mesh.
- Support [Variables](https://grafana.com/docs/grafana/latest/variables/) to filter Chaos events
- Support [Annotations](https://grafana.com/docs/grafana/latest/dashboards/annotations/) to annotate Chaos events on the panel

## Install
## Installation

### With dashboard

Expand Down Expand Up @@ -56,10 +56,10 @@ Once installed, go to **Administration -> Data sources** and add Chaos Mesh, the

Assuming you have Chaos Mesh installed locally, the Chaos Dashboard will export the API on port `2333` by default. So, if you haven't changed anything, you can fill in `http://localhost:2333`.

Then use the `port-forward` command to activate:
Then use the `port-forward` command to make the API externally accessible:

```shell
kubectl port-forward -n chaos-testing svc/chaos-dashboard 2333:2333
kubectl port-forward -n chaos-mesh svc/chaos-dashboard 2333:2333
```

Finally, click **Save & test** to test the connection. If it shows a successful notification, the setup is complete.
Expand Down

0 comments on commit 91a1f3f

Please sign in to comment.