Skip to content

Commit

Permalink
Add migration documentation for Prometheus and Grafana services
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored Jun 23, 2020
1 parent 6dede87 commit dfa3c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ helm install maesh helm/chart/maesh --set image.pullPolicy=IfNotPresent --set im

## KubeDNS support

Maesh can support KubeDNS:
Maesh supports KubeDNS:

```bash
helm install maesh maesh/maesh --set kubedns=true
```

With this parameter Maesh will install a CoreDNS as a daemonset.
KubeDNS will be patched with [stubDomains](https://v1-17.docs.kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#example-stub-domain).
With the `kubedns` parameter Maesh will install CoreDNS and patch KubeDNS to use it as a [stubDomain](https://v1-17.docs.kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#example-stub-domain).

## Custom cluster domain

Expand Down
6 changes: 6 additions & 0 deletions docs/content/migration/helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ option as described in the [documentation](../install.md#access-control-list).

The `controller.mesh.defaultMode` option has been deprecated and will be removed in a future major release.
You should use the new `defaultMode` option to configure the default traffic mode for Maesh services.

### Prometheus and Grafana services

Prior to version `v2.1`, when the Metrics chart is deployed, Prometheus and Grafana services are exposed by default through
a `NodePort`. For security reasons, those services are not exposed by default anymore. To expose them you should use the
new `prometheus.service` and `grafana.service` options, more details in the corresponding [values.yaml](https://github.com/containous/maesh/blob/e59b861ac91261b950663410a6223a02fc7e2290/helm/chart/maesh/charts/metrics/values.yaml).

0 comments on commit dfa3c0e

Please sign in to comment.