Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(platform-monitoring.md): update grafana un/pw set instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Feb 7, 2017
1 parent 019b7af commit 18d24d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/managing-workflow/platform-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ We now include a monitoring stack for introspection on a running Kubernetes clus

Deis Workflow exposes Grafana through the router using [service annotations](https://github.com/deis/router#how-it-works). This
allows users to access the Grafana UI at `http://grafana.mydomain.com`. The default username/password of
`admin/admin` can be overridden at any time by setting the following environment variables in
`$CHART_HOME/workspace/workflow-$WORKFLOW_RELEASE/manifests/deis-monitor-grafana-deployment.yaml`: `GRAFANA_USER` and
`GRAFANA_PASSWD`.
`admin/admin` can be overridden at Workflow chart install time by modifying the appropriate values under the `monitor` section in Workflow's global [values.yaml](https://github.com/deis/workflow/blob/master/charts/workflow/values.yaml) or via `--set`:

```
helm install <workflow repo>/workflow --namespace deis \
--set monitor.grafana.user=$GRAFANA_USER,monitor.grafana.password=$GRAFANA_PASSWORD
```

Grafana will preload several dashboards to help operators get started with monitoring Kubernetes and Deis Workflow.
These dashboards are meant as starting points and don't include every item that might be desirable to monitor in a
Expand Down

0 comments on commit 18d24d9

Please sign in to comment.