Page MenuHomePhabricator

aux-k8s cluster prometheus setup is incomplete
Closed, ResolvedPublic

Description

It seems like the prometheus setup for the aux cluster is missing bits like DNS, LVS, grafana datasource:

➔ rgrep k8s-dse *
hieradata/common/kubernetes.yaml:        name: k8s-dse
hieradata/role/common/prometheus.yaml:      - prometheus@k8s-dse
modules/profile/files/grafana/production-datasources.yaml: - name: eqiad prometheus/k8s-dse
modules/profile/files/grafana/production-datasources.yaml:   url: http://prometheus.svc.eqiad.wmnet/k8s-dse
modules/profile/files/rsyslog/lookup_table_output.json:    {"index" : "prometheus@k8s-dse",           "value" : "kafka local ecs_170" },
modules/prometheus/files/provision-fs.sh:provision k8s-dse 50g

```➔ rgrep k8s-aux *
hieradata/common/kubernetes.yaml:        name: k8s-aux
modules/prometheus/files/provision-fs.sh:provision k8s-aux 50g

Event Timeline

CDanis triaged this task as Medium priority.
CDanis subscribed.

Change #1260628 had a related patch set uploaded (by Elukey; author: Elukey):

[operations/puppet@production] Add missing Prometheus and Grafana configs for k8s-aux

https://gerrit.wikimedia.org/r/1260628

Change #1260628 merged by Elukey:

[operations/puppet@production] Add missing Prometheus and Grafana configs for k8s-aux

https://gerrit.wikimedia.org/r/1260628

elukey subscribed.

Should be good now!