oracle / oci-service-operator

The OCI Service Operator for Kubernetes (OSOK) makes it easy to connect and manage OCI services from a cloud native application running in a Kubernetes environment.
Other
31 stars 18 forks source link

does oci-service-operator-bundle support ARM? #20

Open Gouravdeep opened 2 years ago

Gouravdeep commented 2 years ago

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 commented 2 years ago

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