cortex-jsonnet icon indicating copy to clipboard operation
cortex-jsonnet copied to clipboard

missing jsonnet-lib dependencies

Open agrahamlincoln opened this issue 6 years ago • 0 comments

While following the instructions on the README, I noticed that a few jsonnet libs are missing. Fortunately they are available in https://github.com/grafana/jsonnet-libs

I was able to workaround the issue by running the following after installing the other dependencies.

jb install https://github.com/grafana/jsonnet-libs/ksonnet-util
jb install https://github.com/grafana/jsonnet-libs/consul
jb install https://github.com/grafana/jsonnet-libs/memcached
jb install https://github.com/grafana/jsonnet-libs/etcd-operator

agrahamlincoln avatar Nov 22 '19 22:11 agrahamlincoln