splunk/splunk-operator

Splunk Operator: Splunk Operator: not in Operator Hub still in OpenShift 4.14 #1259

Opened this issue · 4 comments

Please select the type of request

Bug

Tell us more

See #1259

Still missing in Openshift 4.16

we have certified operator on 4.14 you can find certified operators here https://github.com/redhat-openshift-ecosystem/certified-operators/blob/main/operators/splunk-operator/2.6.0/metadata/annotations.yaml

There are multiple issues at hand.

Firstly, I am attempting to test on version 4.16 but am unable to locate it. Could you provide the steps for manual testing? Please note that I am not a DevOps professional, so detailed instructions would be appreciated.

Secondly, regarding Openshift 4.15, my colleague has informed me that he is unable to install it even though it is certified. The error seems to be related to unpackaging. I will share the specific error message shortly.

Thank you for raising this issue. We will look into that shortly.

Not much to go on for errors, here is the relevant info from the subscription yaml:

...
  startingCSV: splunk-operator.v2.6.0
status:
  catalogHealth:
    - catalogSourceRef:
        apiVersion: operators.coreos.com/v1alpha1
        kind: CatalogSource
        name: certified-operators
        namespace: openshift-marketplace
        resourceVersion: '944195034'
        uid: 067eb654-bc80-455b-85b2-b30f9163e3cb
      healthy: true
      lastUpdated: '2024-08-28T15:25:28Z'
    - catalogSourceRef:
        apiVersion: operators.coreos.com/v1alpha1
        kind: CatalogSource
        name: community-operators
        namespace: openshift-marketplace
        resourceVersion: '944195181'
        uid: 3d82e2d7-d186-465d-bd08-211c4995fc3b
      healthy: true
      lastUpdated: '2024-08-28T15:25:28Z'
    - catalogSourceRef:
        apiVersion: operators.coreos.com/v1alpha1
        kind: CatalogSource
        name: redhat-marketplace
        namespace: openshift-marketplace
        resourceVersion: '944195043'
        uid: 57618b54-7745-4de2-8a03-668923aa7caa
      healthy: true
      lastUpdated: '2024-08-28T15:25:28Z'
    - catalogSourceRef:
        apiVersion: operators.coreos.com/v1alpha1
        kind: CatalogSource
        name: redhat-operators
        namespace: openshift-marketplace
        resourceVersion: '944195019'
        uid: de59d15a-db70-4dc8-bebe-4d47948e0b46
      healthy: true
      lastUpdated: '2024-08-28T15:25:28Z'
  conditions:
    - reason: UnpackingInProgress
      status: 'True'
      type: BundleUnpacking
    - lastTransitionTime: '2024-08-28T15:25:28Z'
      message: all available catalogsources are healthy
      reason: AllCatalogSourcesHealthy
      status: 'False'
      type: CatalogSourcesUnhealthy
    - message: 'bundle unpacking failed. Reason: DeadlineExceeded, and Message: Job was active longer than specified deadline'
      reason: BundleUnpackFailed
      status: 'True'
      type: BundleUnpackFailed