Solved: How do I fix “Gitlab runner has no internet connection” error?
Problem Symptom I have Gitlab 15.1, Gitlab Runner, and Gitlab Agent deployed on EKS using Helm. The Gitlab Runner uses image registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v15.1.0 by default. Both Gitlab Runner and Gitlab Agent connect to Gitlab successfully. The configuration of the Gitlab Runner as follow: runners: config: | [[runners]] executor = “kubernetes” [runners.kubernetes] namespace = “{{.Release.Namespace}}” image = …