kube-prometheus: Update kops docs

This commit is contained in:
Frederic Branczyk
2018-05-18 11:52:27 +02:00
parent 5776092b6d
commit d8f6b6f81b
5 changed files with 58 additions and 20 deletions

View File

@@ -163,6 +163,14 @@ bootkube:
(import "kube-prometheus/kube-prometheus-bootkube.libsonnet")
```
kops:
[embedmd]:# (examples/jsonnet-snippets/kops.jsonnet)
```jsonnet
(import 'kube-prometheus/kube-prometheus.libsonnet') +
(import 'kube-prometheus/kube-prometheus-kops.libsonnet')
```
Another mixin that may be useful for exploring the stack is to expose the UIs of Prometheus, Alertmanager and Grafana on NodePorts:
[embedmd]:# (examples/jsonnet-snippets/node-ports.jsonnet)