Gitlab runner operator - container error

Hi everyone,

When installing the gitlab runner operator on openshift 4.7 in a disconnected environment, I’m encountering an error during the deployment of the manager pods.

There seems to be a command that needs to run
image

But when the pod gets created, it gets stuck at the moment the command gets called

This is the error message :


“starting container process caused: exec: “/manager”: stat /manager: no such file or directory” "

I tried to ssh into the container to search for that /manager file or directory, but I didn’t find anything.

Does someone have any idea what this /manager command does and how to work around the problem ?