ManageIQ / manageiq-pods

ManageIQ on Kubernetes and OpenShift
Apache License 2.0
51 stars 100 forks source link

Unable to deploy custom operator following the README #1133

Closed agrare closed 1 month ago

agrare commented 1 month ago

When I follow the READMEs https://github.com/ManageIQ/manageiq-pods/blob/master/README.md#building-images and https://github.com/ManageIQ/manageiq-pods/blob/master/manageiq-operator/README.md#running-manageiq-under-operator-control after the oc create -f step the operator fails to deploy due to a missing service account:

image

agrare commented 1 month ago

cc @bdunne do you know what I'm missing here?

bdunne commented 1 month ago

Did you follow the "preparing the namespace" instructions here? The error says it can't find the service account.

agrare commented 1 month ago

Thanks! That is what I was missing