Skip to content
#

thanos

Here are 89 public repositories matching this topic...

thanos
ffilippopoulos
ffilippopoulos commented May 13, 2021

Thanos version used:

thanos image: quay.io/thanos/thanos:v0.17.2

What happened:

We run thanos-rule with the following flag:

--rule-file=/var/thanos/rules/*.yaml

to load rules from all the yaml files we put under the above location.
We use kustomize configMapGenerator to create a configMap with the needed files:

configMapGenerator:
  - name: alerts
    file

Improve this page

Add a description, image, and links to the thanos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thanos topic, visit your repo's landing page and select "manage topics."

Learn more