sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(bundle): installation of bundle on openshift #226

Closed sthaha closed 1 year ago

sthaha commented 1 year ago

This commit fixes the installation of bundle on openshift which fails because of the required CRD servicemonitor (which is provided by Prometheus Operator). Although the CRD is present in the cluster, OLM seems to be installing PO which conflicts with the in-cluster Prometheus Operator. The fix is to remove the dependency in CSV on ServiceMonitors