-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Failed to create node ...The container name is already in use by container #38
Comments
Hi @arkadius , |
sure, I will try. It take a while to reproduce it but I will back with verbose results when it appear again |
@arkadius thanks. In addition, I highly recommend using k3d configurations, see: https://github.com/k8gb-io/k8gb/blob/master/k3d/test-gslb1.yaml and for usage see: https://github.com/k8gb-io/k8gb/blob/master/.github/workflows/terratest.yaml#L45-L49 Also |
Here https://github.com/TouK/nussknacker/runs/4737639087?check_suite_focus=true is available problem with full trace logging.
and lines 134-140:
Any idea why it happens? |
I've switched to k3d configuration:
But problem still appear. Also I've created an issue in k3d: k3d-io/k3d#924 I've picked |
@arkadius, We have not encountered a similar error yet although we use k3d action very intensively. You say it crashes time-to-time, which makes finding the bug more difficult. I see that you have a rather large pipeline where you install many prerequisites (which might be an issue). k3d is initialized differently in your env than in ours after comparing raw logs: [1], [2]. Would it be possible to move the creation of the k3d-cluster ideally to the top of the pipeline? At least it would be easier in terms of error detection. The reported error message really sounds like the docker container persist. Would it be possible to extend your pipeline with inspecting the docker network ? see usage: https://github.com/AbsaOSS/k3d-action/blob/main/.github/workflows/single-cluster.yaml#L31 (ideally make it be listed in a pre/post action and handle corner cases if any..). Regarding usage latest release on thx for inputs. |
It looks like workaround described by @iwilltry42 in comment: k3d-io/k3d#924 (comment) works so i guess that we can close this issue. Thank you for support |
Hi,
We've got such configuration in our project:
And from time to time we've got such message (https://github.com/TouK/nussknacker/runs/4712393353?check_suite_focus=true) :
Have you got an idea why this error appear? It looks like one of option:
The text was updated successfully, but these errors were encountered: