File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
A set of extensible configs for running Prometheus on Kubernetes.
4
4
5
5
Usage:
6
- - Make sure you have [ Tanka] ( https://tanka.dev/install ) installed:
6
+ - Make sure you have [ Tanka] ( https://tanka.dev/install ) and
7
+ [ jsonnet-bundler] ( https://github.com/jsonnet-bundler/jsonnet-bundler ) installed:
7
8
8
9
``` bash
9
10
$ GO111MODULE=on go get github.com/grafana/tanka/cmd/tk
11
+ $ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
10
12
```
11
13
12
14
- In your config repo, init Tanka and point it at your Kubernetes cluster:
@@ -19,10 +21,9 @@ $ export CONTEXT=$(kubectl current-context)
19
21
$ tk env set environments/default --server-from-context=$CONTEXT
20
22
```
21
23
22
- - Vendor this package using [ jsonnet-bundler] ( https://github.com/jsonnet-bundler/jsonnet-bundler )
24
+ - Vendor this package using jsonnet-bundler:
23
25
24
26
``` bash
25
- $ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
26
27
$ jb install github.com/grafana/jsonnet-libs/prometheus-ksonnet
27
28
```
28
29
You can’t perform that action at this time.
0 commit comments