ESOCKETTIMEDOUT and no outgoing network access in workflow #2451
Unanswered
vemundeldegard
asked this question in
Questions
Replies: 1 comment
-
hi @vemundeldegard, did you solve this? I'm having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are working to adopt self hosted runners in our organizations as we are starting to use up the free minutes. I have spent my day trying to overcome various problems, in addition to experiencing Github Actions downtime today.
The current issue I have is no network access in the runner workflow. The
yarn
command fails, but checking out the Github repository works fine. Both the docker and runner container have access to yarn. I experience this with the workflow failing after some time with the following logs. After failing, the runner pod is terminated. We are using AWS EKS.In the Docker container:
In the runner container:
I've tested checking the MTU Value, and it is 1500 so it should be correct according to troubleshoots article.
ip link in runner container
ip link in docker container
Beta Was this translation helpful? Give feedback.
All reactions