Files
deprecated-helm-charts/stable/prometheus-operator/hack
Carlos Alexandro BeckerandKubernetes Prow Robot d58247103f [stable/prometheus-operator] updated to 0.31.1 (#14943)
* feat: update prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: remove thanos-cluster port from examples

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: manual del/install crd

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: cleanup crds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: update test-values

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: clusterrole

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* bump: prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: crds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* bump: prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: undo rules upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: fix readme

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: cleanup crd before install

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* Clean up CRDs before install for CI

Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>
2019-06-27 23:57:38 -07:00
..

prometheus-operator hacks

sync_prometheus_rules.py

This script generates prometheus rules set for alertmanager from any properly formatted kubernetes yaml based on defined input, splitting rules to separate files based on group name.

Currently following imported:

  • coreos/kube-prometheus rules set
    • In order to modify these rules:

      jb update
      make generate-in-docker
      
      • prepare and merge PR with imported changes into coreos/prometheus-operator
      • run sync_prometheus_rules.py inside your fork of this repo
      • send PR with changes to this repo
  • etcd-io/etc rules set
    • In order to modify these rules:
      • prepare and merge PR into etcd-io/etcd repo
      • run sync_prometheus_rules.py inside your fork of this repo
      • send PR with changes to this repo

sync_grafana_dashboards.py

This script generates grafana dashboards from json files, splitting them to separate files based on group name.

Currently following imported:

  • coreos/prometheus-operator dashboards
    • In order to modify these dashboards:

      jb update
      make generate-in-docker
      
      • prepare and merge PR with imported changes into coreos/prometheus-operator
      • run sync_grafana_dashboards.py inside your fork of this repo
      • send PR with changes to this repo
  • etcd-io/etc dashboard
    • In order to modify this dashboard:
      • prepare and merge PR into etcd-io/etcd repo
      • run sync_grafana_dashboards.py inside your fork of this repo
      • send PR with changes to this repo

CoreDNS dashboard is the only dashboard which is maintained in this repo and can be changed without import.