Open
Description
I have master + 3 worker node K8 cluster. I am trying to understand, how to port this project so that I can use it on PPC architecture.
I tried building image from upstream.Dockerfile, pushed image to my docker registery, pulled it on all worker nodes, tagged it as quay.io/..../olm, modified ./deploy/upstream/quickstart/olm.yaml
but it is not working.
Can you please guide me? I desperately need it to deploy kubeflow. I have been following guide https://www.kubeflow.org/docs/operator/
Thanks