-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i/o timeout error #4
Comments
hey @troyfitzwater, This action uses docker and AFAIK self-hosted runners can't run docker stuff, yet: actions/runner#406 Might that be the issue? |
Hmm, I'm not sure how to confirm if that's what the issue is. Its running on a Linux VM that has Docker installed. I might be misunderstanding, but I thought this last bullet confirmed that it should be possible in this particular scenario: https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#requirements-for-self-hosted-runner-machines |
Yeah, I get the same idea from that last bullet, too. Looking at the output, it feels like an actual connectivity issue in the container. And you know, most of the time it is about DNS. Can you try creating a container on the VM that runs the action and try to send a request from the container manually yourself? Something like this should work:
|
Yeah, looks like a connectivity issue. Was unable to curl or ping Rancher. Running that container with --network="host" I can at least ping rancher, but I'm running into SSL issues when trying to curl it.
So we've narrowed it down to a connectivity issue, but I'm not quite sure where to go from here. What are your thoughts? |
Hmm, is it an issue only within this container? Or any container on that VM? Or maybe even the VM can't connect to the rancher?
|
Looks like the VM itself can't connect to Rancher. I'm unable to At this point, it looks like the issue isn't with this Action, so you could go ahead and close this, if you want. Although, any insight into what I should look into next would be much appreciated, because I would love to get this working :) |
Let's figure it out together :)
The outputs should be the same. If they are different, it might mean the DNS on the VM is misconfigured.
|
My redeployment workload is hitting a timeout error when it gets to the Post step. Here's what I'm seeing in my logs:
This is on a self-hosted runner because I'm running Rancher on-prem. I can ping the host successfully without any timeouts.
Here's my config:
Let me know if I can provide any additional information.
The text was updated successfully, but these errors were encountered: