2nd prometheus operator on openshift

Posted on

I am deploying a 2nd prometheus operator on openshift 4.10

for various reasons we decided to deploy a whole operator instead of just a prometheus instance in another namespace.

The operator we're deploying is this (via helm)
https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack

It is not from Openshift operator library.

The operator is limited to a single namespace.

The only things enabled in operator are the operator and prometheus. Everything else (alertman, grafana etc.) is disabled.

The problem is that the operator pod comes up fine but the prometheus pod is not running.

The prometheus CR is present, can be described and looks fine.

No events either.

Responses