docker로 설치한 gitlab-ce가 갑자기 오류를 내면서 작동을 멈췄다. shm_size 크기를 늘려주고 log 파일을 지워도 변함 없었다. 그래서 gitlab-rails로 production.log를 확인해보니 다음과 같은 오류가 있었다.
# 오류 확인
tail -f /var/log/gitlab/gitlab-rails/production.log
# 오류 내용
GRPC::Unavailable (14:failed to connect to all addresses. debug_error_string:{"created":"@1656960642.226945055","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3952,"referenced_errors":[{"created":"@1656960537.399036740","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":394,"grpc_status":14}]}):