a46d2ffc91
The Kubernetes Helm repository includes in its stable distribution a prometheus-operator Chart. This stable/prometheus-operator chart can be used to install all the dependencies and some default configurations to use prometheus. The installed extra charts are: * stable/prometheus-node-exporter (data scraping) * stable/prometheus (prometheus and alertmanager server) * stable/grafana (visualization dashboard) * stable/prometheus-operator (supervision and simple configuration) The prometheus-operator is installed by using the label monitoring_enabled=True. Also, the label grafana_admin_passwd can be used to set the admin password for access to the grafana dashboard This patch allows for transferral of prometheus monitoring maintenance work to be done by the kubernetes/helm team. Task: 28544 Story: 2004623 depends_on: I99d3a78085ba10030200f12bbfe58a72964e2326 Change-Id: I80d590785bf30f9d634debeaf51c0d4cce0aeb93 Signed-off-by: Diogo Guerra <dy090.guerra@gmail.com>
9 lines
355 B
YAML
9 lines
355 B
YAML
---
|
|
features:
|
|
- |
|
|
Added monitoring_enabled to install prometheus-operator monitoring
|
|
solution by means of helm stable/prometheus-operator public chart.
|
|
Defaults to false. grafana_admin_passwd label can be used to set
|
|
grafana dashboard admin access password. If grafana_admin_passwd
|
|
is not set the password defaults to prom_operator.
|