Commit 15256333 authored by Pavlo Strokov's avatar Pavlo Strokov

Verify internal URL configuration

Check `internal_api_url` configured properly and gitlab-shell
can reach GitLab.

Closes: https://gitlab.com/gitlab-org/gitaly/-/issues/2503
parent 806841e2
......@@ -541,6 +541,12 @@ Particular attention should be shown to:
gitlab-ctl reconfigure
```
1. Verify each `gitlab-shell` on each Gitaly instance can reach GitLab. On each Gitaly instance run:
```shell
/opt/gitlab/embedded/service/gitlab-shell/bin/check -config /opt/gitlab/embedded/service/gitlab-shell/config.yml
```
1. Verify that GitLab can reach Praefect:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment