Replies: 1 comment
-
I don't have any experience running Concourse, but I wild guess that it might be based on old container runtime which doesn't like the fact that Talos drops some capabilities (following the original issue). This incompatibility in contianer runtimes running on top of Talos was fixed a couple of years ago, so probably running a newer version would fix it? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Firstly, kudos to Sidero for this project, building and managing Kubernetes cluster are more easier to handle.
I want to know if you support continuous integration software like Concourse CI?
Or if someone managed to make it work?
I tried to install it on a Talos Linux cluster but after I configured Concourse CI, I struggle to make it work: I got the exact message from this issue:
OCI runtime create failed: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: unknown
Since the issue is closed and even disabling kexec on all Talos nodes, I still have issues starting pipelines like the hello-world from the Concourse CI documentation.
Someone has faced this issue?
Beta Was this translation helpful? Give feedback.
All reactions