BMYPC6042
The Subscription is missing the CatalogSource.
Severity
Error
Problem description
It indicates that the listed subscription is missing in the CatalogSource. This
can occur if the CatalogSource is missing from the subscription CR, or if the
CatalogSource listed in the subscription CR is missing on the cluster.
Recommended actions
Do the following steps to resolve the issue:
- Check the
CatalogSourcerequired by the subscription exists on the cluster and create theCatalogSourceif it does not exist - If you want to override the prechecks that are blocking the upgrade, do the following
steps:Note: Before using the
precheck-acks configmapto override the prechecks, ensure that the unhealthy resource does not affect the upgrade.- Run the following command and export IBM Fusion namespace as an environmental
variable.
export FUSION_NS="namespace-where-fusion-is-installed - Run the following command to create a
precheck-acks configmapin the namespace where the IBM Fusion is installed.oc create configmap precheck-acks -n $FUSION_NS - In the
precheck-acks configmap, add the keyBNRSubscriptionCatalogsand set the value to true.oc patch configmap precheck-acks -n $FUSION_NS --type merge -p '{"data": {"BNRSubscriptionCatalogs": "true"}}'
- Run the following command and export IBM Fusion namespace as an environmental
variable.