From 90298f8f5c50b41d20b3ce0011192e85b456733c Mon Sep 17 00:00:00 2001 From: Aistis Jokubauskas <aistis.jokubauskas@gmail.com> Date: Wed, 3 Feb 2021 09:32:56 +0200 Subject: [PATCH] Include build.sh and example.jsonnet download I've tripped on this while trying to compile kube-prometheus manifests. Ref: https://github.com/prometheus-operator/kube-prometheus/issues/902 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 361fa7f9..a3dad63f 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,9 @@ $ mkdir my-kube-prometheus; cd my-kube-prometheus $ jb init # Creates the initial/empty `jsonnetfile.json` # Install the kube-prometheus dependency $ jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.4 # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json` + +$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.4/example.jsonnet -O example.jsonnet +$ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/release-0.4/build.sh -O build.sh ``` > `jb` can be installed with `go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb` -- GitLab