oci-service-operator icon indicating copy to clipboard operation
oci-service-operator copied to clipboard

does oci-service-operator-bundle support ARM?

Open Gouravdeep opened this issue 3 years ago • 1 comments

Hi, I am facing issue in run oci-service-operator-bundle on ARM nodes in kubernetes cluster.

Here is command for run: operator-sdk run bundle iad.ocir.io/oracle/oci-service-operator-bundle:1.1.0 -n oci-service-operator-system --timeout 5m

Error: The above command stuck at "Waiting for ClusterServiceVersion "oci-service-operator-system/oci-service-operator.v1.1.0" to reach 'Succeeded' phase". And after that timeout happened. And there will be pods in "oci-service-operator-system" namespace with "Init:Error" status. This pods are created by Kubernetes Job.

Screenshot 2022-05-24 at 12 47 47 AM

Screenshot 2022-05-24 at 12 47 21 AM

Gouravdeep avatar May 23 '22 11:05 Gouravdeep

I think, the issue is in following image. The image is used somewhere in the operator bundle. The image does not have ARM support. image: quay.io/operator-framework/upstream-opm-builder:latest

Gouravdeep avatar May 23 '22 18:05 Gouravdeep