Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-5911

Missing Elasticsearch operator in OCP 4.16

XMLWordPrintable

    • False
    • None
    • False
    • NEW
    • NEW
    • Hide
      Before this update, the Elasticsearch Operator 5.8 was not available on the 4.16 GA catalog caused products like Servicemesh, Kiali and Tracing to be uninstallable. With this update, the Elasticsearch Operator 5.8 is made available on 4.16 resolves the issue and only products such as Servicemesh, Kiali and Tracing get support for Elastiscearch storage only.
      Show
      Before this update, the Elasticsearch Operator 5.8 was not available on the 4.16 GA catalog caused products like Servicemesh, Kiali and Tracing to be uninstallable. With this update, the Elasticsearch Operator 5.8 is made available on 4.16 resolves the issue and only products such as Servicemesh, Kiali and Tracing get support for Elastiscearch storage only.
    • 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:

      1. On a OCP 4.16 cluster search for the Elasticsearch operator. The operator is not listed.
      2. 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
      

       

      https://access.redhat.com/labs/ocpouic/?operator=elasticsearch-operator&&upgrade_path=4.14%20to%204.16 

            ptsiraki@redhat.com Periklis Tsirakidis
            rhn-support-ikanse Ishwar Kanse
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: