-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Description
Currently, installing DevWorkspace Operator through OLM is impossible on architectures other than amd64. This is because the operatorframework.io/arch.[arm64,ppc64le,s390x]: supported
label is missing the clusterserviceversion (see here and here for more info on multi-arch Operators).
How To Reproduce
- Get access to a PPC, IBM Z or arm64 OpenShift Cluster (cluster bot allows for arm64)
- From the DWO repo, run
make register_catalogsource
- Visit OperatorHub
- See that DevWorkspace Operator is not available in OperatorHub
- If you go to the DWO PackageManifest of DWO, you'll see that only amd64 is supported (which is the default value that is automatically set by the Operator Framework)
(...)
labels:
catalog: devworkspace-operator-catalog
catalog-namespace: openshift-marketplace
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
provider: Devfile
provider-url: 'https://devfile.io'
Expected behavior
DWO should be installable on s390x, arm64 and ppc64le clusters.
Additional context
ArvinB
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers