Bug 1823204 - Custom OperatorSource or any CatalogSourceConfig should create a Promethues alert
Summary: Custom OperatorSource or any CatalogSourceConfig should create a Promethues a...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.5.0
Assignee: Evan Cordell
QA Contact: kuiwang
URL:
Whiteboard:
Depends On:
Blocks: 1819953
TreeView+ depends on / blocked
 
Reported: 2020-04-12 17:17 UTC by Evan Cordell
Modified: 2020-07-13 17:27 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1819953
Environment:
Last Closed: 2020-07-13 17:26:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-07-13 17:27:13 UTC

Description Evan Cordell 2020-04-12 17:17:37 UTC
+++ This bug was initially created as a clone of Bug #1819953 +++

Description of problem:
The presence of a CatalogSourceConfig or a custom (non-default) OperatorSource does not create a Prometheus alert.

Version-Release number of selected component (if applicable):
4.4

How reproducible:
Always

Steps to Reproduce:
1. Launch OCP 4.4 cluster
2. 

oc apply -f csc.yaml

``` csc.yaml
apiVersion: "operators.coreos.com/v1"
kind: "CatalogSourceConfig"
metadata:
  name: "installed-redhat-operators"
  namespace: openshift-marketplace
spec:
  targetNamespace: openshift-marketplace
  source: redhat-operators
  packages: jaeger-product,kiali-ossm,elasticsearch-operator,servicemeshoperator
```
3. Check Monitoring -> Alerts tag in UI

Actual results:
No alerts related to presence of custom resources.

Expected results:
Alert indicating the presence of a custom resource.

Additional info:

Comment 4 errata-xmlrpc 2020-07-13 17:26:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2409


Note You need to log in before you can comment on or make changes to this bug.