From ace2300161a2b3fa7ef4a31295494ef97469fd92 Mon Sep 17 00:00:00 2001 From: Kirk Bater Date: Mon, 16 Feb 2026 11:49:16 -0500 Subject: [PATCH] adds broken catalogsource message --- osd/catalogsource_needs_investigation.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 osd/catalogsource_needs_investigation.json diff --git a/osd/catalogsource_needs_investigation.json b/osd/catalogsource_needs_investigation.json new file mode 100644 index 0000000..052e360 --- /dev/null +++ b/osd/catalogsource_needs_investigation.json @@ -0,0 +1,12 @@ +{ + "severity": "Major", + "service_name": "SREManualAction", + "log_type": "cluster-configuration", + "summary": "Action required: Broken Operator CatalogSource Preventing Operator Updates", + "description": "Your cluster requires you to take action. SRE has observed that there is a broken CatalogSource '${CATALOG_SOURCE}' which is preventing operator updates or deployments. Fix or remove the broken CatalogSource in order to ensure that both your and Red Hat managed operators can be updated/deployed. Not fixing this issue can result in the loss of Red Hat's ability to monitor your cluster and may affect the SLA.", + "doc_references": ["https://access.redhat.com/solutions/7052456"], + "internal_only": false, + "_tags": [ + "t_config" + ] +}