Skip to content

Commit d76a5b4

Browse files
committed
add grafana configure to readme
1 parent 84a6926 commit d76a5b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/kubernetes/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ kubectl delete -f frontend.yml
9797

9898
**Mac Users:** Alternative to running the above commands, `cd` into the *scripts* folder and run the `stopKuber.sh` script
9999

100+
**note**: The above part only teardown Prometheus and Kubernetes, it leaves Grafana running. This is because if you teardown Grafana, the next time you redeploy you will be login with a new account, the access token and dashboard you created within this account will lose.
101+
102+
To teardown grafana, run the following commands:
103+
```
104+
kubectl delete -f ../launch/grafana-datasource-config.yml
105+
kubectl delete -f ../launch/grafanaService.yml
106+
kubectl delete -f ../launch/grafana.yml
107+
```
108+
109+
100110
## Contributing
101111

102112
Chronos hopes to inspire an active community of both users and developers. For questions, comments, or contributions, please submit a pull request.

0 commit comments

Comments
 (0)