I inherited a kubernetes (AWS EKS) Gitlab, that includes running Gitaly as a pod with EFS backed storage. We only have about 100 active users so it’s fine at the moment, but as it’s not ideal I’m currently setting up an SSD backed EC2 Gitaly node to migrate to. I have the node set up, gitlab and it can talk to each other fine. Where I hit an issue is in trying to move the projects, the new node can’t communicate with the k8s Gitaly, as it is set up with an internal address. The move process returns the error:
could not create repository from snapshot: creating repository: extracting snapshot: new client: could not dial source: failed to dial \"gitlab-gitaly-0.gitlab-gitaly.euoffice-staging-gitlab.svc:8075\"
Has anyone overcome this?