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:
@@ -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
|
kubectl -n monitoring apply -f manifests/grafana/grafana-dashboards.yaml
|
||||||
```
|
```
|
||||||
|
That will update the ConfigMap `grafana-dashboards`. Change should be automatically detected by grafana-watcher and dashboards reloaded.
|
||||||
And to apply the changes, restart grafana:
|
|
||||||
```
|
|
||||||
kubectl -n monitoring delete pod -l app=grafana
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user