Как запустить GitLab на том же сервере, что и консоль GitLab - PullRequest
0 голосов
/ 21 января 2020

Кажется, что бегунам GitLab требуется http или https, чтобы зарегистрировать «координатор gitlab-ci». Однако я хотел бы использовать координатор, который я сейчас установил на тот же сервер. Есть ли способ указать бегуна gitlab на localhost? Можно ли даже использовать один и тот же компьютер для координатора и участников?

# gitlab-runner register
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
127.0.0.1
ERROR: Registering runner... error  runner=****** status=only http or https scheme supported
PANIC: Failed to register this runner. Perhaps you are having network problems

Ошибка при добавлении http / https:

# gitlab-runner register
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
http://127.0.0.1/

ERROR: Registering runner... failed   runner=-******* status=
couldn't execute POST against http://127.0.0.1/api/v4/runners: 
Post https://jenkins-master.org:443/api/v4/runners: x509: certificate signed by unknown authority
PANIC: Failed to register this runner. Perhaps you are having network problems
отличается
...