Estoy intentando crear un corredor gitlab de kubernetes y encuentro el error muy genérico Failed to register the runner. You may be having network problems. Sé que se puede acceder a gitlab.com desde mis hosts, pero necesito más información para depurar la causa raíz de este problema.
Tenga en cuenta que el error continúa durante 30 intentos, cada uno igual al siguiente:
Registration attempt 8 of 30 Runtime platform arch=amd64 os=linux pid=107 revision=775dd39d version=13.8.0 WARNING: Running in user-mode. WARNING: The user-mode requires you to manually start builds processing: WARNING: $ gitlab-runner run WARNING: Use sudo for system-mode: WARNING: $ sudo gitlab-runner... ERROR: Registering runner... failed runner=dh5qxNxL status=couldn't execute POST against https://gitlab.com/api/v4/runners: Post https://gitlab.com/api/v4/runners: EOF PANIC: Failed to register the runner. You may be having network problems.Un firewall estaba bloqueando el tráfico de Kubernetes del host a GitLab. El corredor se creó tan pronto como el tráfico de gitlab.com se incluyó en la lista blanca.