Gokul K
Gokul K

Reputation: 31

Gitlab runners not activated after installing gitlab-runner in kubernetes cluster - With "New Runner. Has not connected yet" status

I have set up a Kubernetes cluster and integrated it with my Gitlab repository group. For setting up the CICD feature in my projects I installed GitLab-runner to my Kubernetes cluster.

Image 1 - Gitlab runner installed

After installing GitLab-runner into my Kubernetes cluster, I checked the GitLab-managed-apps namespace. pod & deployment are created perfectly.

Image 2 - output of "Kubectl get all -n gitlab-managed-apps" command

After these steps, I have checked the runner's tab in my project, noticed one group runner is created. But it is not in the running state. It shows "New Runner. Has not connected yet".

Image 3 - Gitlab group runner status

Due to this, my cicd pipeline failed. Please help me to solve this issue.

Regards, Gokul

Upvotes: 0

Views: 8299

Answers (1)

Gokul K
Gokul K

Reputation: 31

I got the answer. The issue is exactly covered in this thread.

https://gitlab.com/gitlab-org/gitlab/-/issues/24247

Thanks for all :)

Regards, Gokul

Upvotes: 1

Related Questions