GitLab on Kubernetes - can't use custom internal runner image for CI jobs

Hi,

I haven’t done this in such a scenario, but here’s a few things I would check:

  • Does the registry require a login?
  • Is it using TLS?
  • Are there more hints in the runner log (file/syslog)?
  • Does the debug mode provide more insights?

And maybe the error image pull failed: Back-off pulling image thrown into Google helps:

It seems that the TrafficPolicy is a good catch, maybe try that first?

Cheers,
Michael