Connection Resets when connecting to internal registry from EKS

0

Hi All,

We are currently facing an issue in our EKS cluster. When using DIND inside a gitlab runner pod we are getting connection reset when pushing to an instance of artifactory running on prem. The weird thing is that when images are small, we are able to push successfully but the moment they are big we get issues. We have checked our firewalls, our nginx configs on the internal registry and we have also checked for connection time out settings both on AWS and on prem to no luck. Can someone who has faced a similar issue please assist with how we can resolve or further investigate the issue. Thanks in advance.

  • could you check your EKS cluster nodes, especially those hosting the GitLab runner pods, are not experiencing resource constraints such as high CPU or memory usage. Insufficient resources can cause network issues, especially when handling large image transfers.

1 回答
0

Increase timeout settings across your GitLab runner, Docker daemon, and any network devices involved in the transmission path. Also, ensure your NAT tables and connection tracking settings are optimized for high volumes of network traffic​

https://github.com/cilium/cilium/issues/21853

profile picture
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则