Skip to content

Commit 9d5b8e6

Browse files
authored
docs: fix make targets in readme (#1141)
1 parent 2a29435 commit 9d5b8e6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,15 @@ $ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
120120
$ brew install jsonnet
121121
```
122122

123-
Then, grab the mixin and its dependencies:
123+
Then, grab the mixin, its dependencies, and build:
124124

125125
```
126126
$ git clone https://github.com/kubernetes-monitoring/kubernetes-mixin
127127
$ cd kubernetes-mixin
128-
$ jb install
128+
$ make generate
129129
```
130130

131-
Finally, build the mixin:
132-
133-
```
134-
$ make prometheus_alerts.yaml
135-
$ make prometheus_rules.yaml
136-
$ make dashboards_out
137-
```
138-
139-
The `prometheus_alerts.yaml` and `prometheus_rules.yaml` file then need to passed to your Prometheus server, and the files in `dashboards_out` need to be imported into you Grafana server. The exact details will depending on how you deploy your monitoring stack to Kubernetes.
131+
The `prometheus_alerts.yaml` and `prometheus_rules.yaml` files then need to passed to your Prometheus server, and the files in `dashboards_out` need to be imported into you Grafana server. The exact details will depending on how you deploy your monitoring stack to Kubernetes.
140132

141133
### Dashboards for Windows Nodes
142134

0 commit comments

Comments
 (0)