Skip to content

Runner pod is not creating any resources inside gitlab-runner namepsace

Hi,

I have followed https://operatorhub.io/operator/gitlab-runner-operator to deploy gitlab runners inside EKS. Everything is deploy perfectly fine. But at last stage after deploying runner, its not starting ( or registering any runner ) any resources inside gitlab-runner namespace.

my runner manifest file is

apiVersion: apps.gitlab.com/v1beta2 kind: Runner metadata: name: gitlab-runner-prod namespace: gitlab-runner spec: gitlabUrl: https://repo.****.com/ buildImage: alpine token: gitlab-runner-secret-prod config: gitlab-runner-config-toml-prod concurrent: 2 env: shared-runner-env

I went through logs of all pods inside olm and operators namespace, nothing useful found. Please let me know if any details needed.