Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-5662

devworkspace operator is not installable through the OperatorHub UI on s390x / ppc64le architecture

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Workaround Exists
    • Hide

      It's possible to install DWO latest released from production separately from Dev Spaces by applying next subscription yaml:

      cat <<EOF | oc apply -f -
      apiVersion: operators.coreos.com/v1alpha1
      kind: Subscription
      metadata:
        name: devworkspace-operator
        namespace: openshift-operators
      spec:
        channel: fast
        installPlanApproval: "Automatic"
        name: devworkspace-operator
        source: redhat-operators
        sourceNamespace: openshift-marketplace
      EOF
      
      Show
      It's possible to install DWO latest released from production separately from Dev Spaces by applying next subscription yaml: cat <<EOF | oc apply -f - apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: devworkspace- operator namespace: openshift-operators spec: channel: fast installPlanApproval: "Automatic" name: devworkspace- operator source: redhat-operators sourceNamespace: openshift-marketplace EOF

      Description of problem:

      After mirroring the operator and creating catalog images we are not able to see the operator in operator hub to install.

      We had one RFE for the same https://issues.redhat.com/browse/CRW-5653 for version  3.11.x whose resolution is fixed for operator version v0.25.x.

      But still we are facing issues while installing.

      Expected results:

      The operator should show in operator hub in s390x architecture to install.

      Refer below:

      [0] https://catalog.redhat.com/software/containers/devworkspace/devworkspace-operator-bundle/60ec9f48744684587e2186a3?architecture=s390x&image=6537fe991270dacbc91091b2&container-tabs=overview

       

              aobuchow Andrew Obuchowicz (Inactive)
              rhn-support-rkale Rutuja Kale
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: