This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring
2020-02-25 21:49:33 +01:00
..
manifests configure automerge for some paths 2020-02-22 17:09:33 +01:00
vendor update libs 2020-02-17 20:57:21 +01:00
build.sh initial monitoring config 2020-02-11 22:21:17 +01:00
jsonnetfile.json update deps 2020-02-16 14:19:34 +01:00
jsonnetfile.lock.json update libs 2020-02-17 20:57:21 +01:00
k3s.libsonnet WIP jsonnet service defs 2020-02-25 21:49:33 +01:00
Makefile WIP jsonnet service defs 2020-02-25 21:49:33 +01:00
monitoring.jsonnet configure retention and pvc 2020-02-17 21:01:35 +01:00
README.md initial monitoring config 2020-02-11 22:21:17 +01:00

Cluster Monitoring

Source: kube-prometheus.

Build

docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci ./build.sh monitoring.jsonnet

Update libs

docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci jb update

Then build again, obviously