I have GitLab running alongside a kubernetes cluster, all in virtual machines, and I installed gitlab-runner (with helm) onto the kubernetes cluster.
GitLab: 12.9.2 (ac5568eb5d8)
|NAME |CHART VERSION|APP VERSION|DESCRIPTION |
|gitlab/gitlab-runner|0.15.0 |12.9.0 |GitLab Runner|
The gitlab-runner pod is running fine.
pod/gitlab-runner-gitlab-runner-5d5fdf5f7b-bll2q 1/1 Running 0 36m
However, the pod registers itself with the GitLab instance with the IP address of the Dom0 server
How can I convince the pod to register it self using the DomU IP address, or how can I modify the runner registration within GitLab?