Removed grafana restart comment

Removed grafana restart comment from doc, as it's not necessary (grafana-watcher should pick up the changes and reload the dashboards).
This commit is contained in:
eedugon
2017-08-02 12:08:03 +02:00
committed by GitHub
parent 4e4b00bb5c
commit bcb2db7ce5

View File

@@ -32,8 +32,4 @@ Then the generated manifest can be applied against a Kubernetes cluster with som
```
kubectl -n monitoring apply -f manifests/grafana/grafana-dashboards.yaml
```
And to apply the changes, restart grafana:
```
kubectl -n monitoring delete pod -l app=grafana
```
That will update the ConfigMap `grafana-dashboards`. Change should be automatically detected by grafana-watcher and dashboards reloaded.