grafana/mimir

Jsonnet: Simplify ruler deployment for local storage by deploying a ConfigMap for rules

开放

#2,217 创建于 2022年6月24日

 (0 条评论) (0 个反应) (0 位负责人)Go (808 个派生)auto 404
good first issuejsonnet

仓库指标

星标
 (5,181 个星标)
PR 合并指标
 (平均合并 3天 20小时) (30 天内合并 190 个 PR)

描述

The ruler jsonnet supports setting local storage mode, but requires the user to do the rest of the plumbing to make this work, i.e. making the file available on every pod.

To make the ruler trivial to deploy using jsonnet for a newcomer, the local mode should (either by default, or as an option) also deploy a ConfigMap so that the contents of the rules file can be changed from the jsonnet.

贡献者指南