-
Notifications
You must be signed in to change notification settings - Fork 593
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
after upgrade from v26 to v27 dind fails to start: Unexpected error in sigtimedwait: 'Function not implemented' #503
Comments
Interesting -- why is Do you have something configured on your system that would be putting (That being said, I can't reproduce the issue even using |
Not that I know of... there is an earlier container that unpacks "dind-externals" from the github runner image and provides it via a volume mount for dind. But that shouldn't lead to a different startup behavior, should it? This is the log of the v26 image:
I'll see if Talos has anything to do with it. |
|
Oh lol, good catch -- I forgot all about that. 😭 However, that doesn't really help give us more threads to pull because it works fine here, so my only guess is something in the Talos environment or kernel or something? Maybe something about how Kubernetes is creating the container? Is there any way you could get lower level on the affected system and debug/test more directly with simpler container run commands like |
Yes, I also think it has to do with Talos. The question is whether the error message means that And I wonder what change to the image this function needs now?
No, unfortunately not. Talos is built in such a way that you can't even set up an SSH tunnel to the machine. But I could build a very simple Kubernetes deployment with just the image. That's a good idea and helps to isolate the error. Thank you very much for your help. I'll get back to you as soon as I have more information. |
Today I tried version |
With the upgrade to |
Ok, it's completely weird... in I will continue to monitor it. Perhaps a pattern will emerge at some point or you can look at the history to see what has changed. |
I tried to upgrade from v26 to v27.
I want to use docker dind in a github actions runner scale set with the following config:
This ist the complete log, I can get:
The underlaying OS is Talos v1.7.4
Do you have any idea, whats happening?
The text was updated successfully, but these errors were encountered: