operator-framework/operator-marketplace

Missing operators in packagemanifests

JoaoBraveCoding opened this issue · 2 comments

So I'm running OKD v4.5 and I wanted to install the cluster-logging operator in my cluster but I ran into a few problems. I followed the instructions in the OKD Docs where at some point I have to create a Subscription resource pointing to the redhat-operators CatalogSource. My first problem was that the only CatalogSource I had in my cluster was the community-operators, is this normal? Because from this issue it seems that it's not.

I solved my first problem by just manually creating the CatalogSource CR but unfortunately then when I listed the available package manifests with oc get packagemanifest -n openshift-marketplace the cluster-logging operator doesn't show up. I also noticed that the number of operators that appeared by adding redhat-operators was very low (only 11), where other users have many more, as seen in this comment.