Problem when migrate uploads, artifacts and lfs to Minio

Hi everyone,

I have a problem when migrating from Omnibus GitLab package-based to built-in MinIO running in EKS.

I install on EKS from helm chart. I configured in /etc/gitlab/gitlab.rb with information from
"kubectl exec <sidekiq pod name> -- cat /srv/gitlab/config/gitlab.yml".

I got the error when I run the artifact migrate as below :

ERROR – : Failed to transfer artifact of type trace and ID 1 with error: getaddrinfo: Name or service not known (SocketError).

I thought the problem with DNS so I changed in /etc/resolv.conf to 8.8.8.8 but it can not fix.

I also check the connect with minio client. I can create bucket, ls and upload success.

Anybody help me, please ? Thank you so much .

I fixed it . Closed .