-
Bug
-
Resolution: Done-Errata
-
Blocker
-
None
-
False
-
None
-
False
-
NEW
-
NEW
-
-
Bug Fix
-
-
-
Log Storage - Sprint 257
Description of problem:
The Elasticsearch operator is missing from the catalog in OCP 4.16. Its not listed OperatorHub as well as if we install it using CLI we see the following error:
constraints not satisfiable: no operators found in package elasticsearch-operator in the catalog referenced by subscription elasticsearch-operator, subscription elasticsearch-operator exists
Version-Release number of selected component (if applicable):
OpenShift 4.16
How reproducible:
Always
Steps to Reproduce:
- On a OCP 4.16 cluster search for the Elasticsearch operator. The operator is not listed.
- Try installing it using CLI
apiVersion: project.openshift.io/v1 kind: Project metadata: labels: openshift.io/cluster-monitoring: "true" name: openshift-operators-redhat --- apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: openshift-operators-redhat namespace: openshift-operators-redhat spec: upgradeStrategy: Default --- apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: elasticsearch-operator namespace: openshift-operators-redhat spec: channel: stable installPlanApproval: Automatic name: elasticsearch-operator source: redhat-operators sourceNamespace: openshift-marketplace
We get the following error:
constraints not satisfiable: subscription elasticsearch-operator exists, no operators found in package elasticsearch-operator in the catalog referenced by subscription elasticsearch-operator
Additional info:
oc get packagemanifests.packages.operators.coreos.com | grep -iE "elasticsearch|cluster-logging|loki" loki-helm-operator Community Operators 9h loki-operator Red Hat Operators 9h elasticsearch-eck-operator-certified Certified Operators 9h loki-operator Community Operators 9h cluster-logging Red Hat Operators 9h
- relates to
-
LOG-5966 Alert for when the Elasticsearch Operator is used with the CLO in 4.16
- Closed
- links to
-
RHBA-2024:5123 Logging for Red Hat OpenShift - 5.8.11
- mentioned on
(1 links to, 2 mentioned on)