Skip to content

Commit

Permalink
add uninstall steps and jeager typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtong007 committed Apr 26, 2024
1 parent 6e09afe commit b9b739b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ kind create cluster \

Note: Beginning in Helm v3.8.0, OCI support is enabled by default, and it graduated from experimental to general availability. So you‘d better choose Helm v3.8.0 or above.

We can use 'helm upgrade --install' to upgrade or install

```bash
helm upgrade --install lunettes oci://registry-1.docker.io/lunettes/lunettes-chart --version [version]

Expand All @@ -44,6 +46,12 @@ Open broswer to visit
- grafana: http://localhost:9097 The default username and password are admin/admin.
- debugpod: [http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1](http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1)
- debugslo: [http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1](http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1)
- jaejer: [http://localhost:9095/search](http://localhost:9095/search)
- jaeger: [http://localhost:9095/search](http://localhost:9095/search)
- kibana: [http://localhost:9092](http://localhost:9092)
- prometheus: [http://localhost:9091/graph?](http://localhost:9091/graph?)
- prometheus: [http://localhost:9091/graph?](http://localhost:9091/graph?)

## Uninstall Lunettes with helm
```bash
helm uninstall lunettes
```

0 comments on commit b9b739b

Please sign in to comment.