-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
[BUG] Create/start-start-stop-start result in failure #1006
Comments
Hi @gourvy , thanks for opening this issue!
This is 100% true, but it seems like the main functions returns before the goroutine deleting the tools node is finished, thus the node is still there. Anyway, I just made sure that the tools node gets deleted properly, as the time required to do so is pretty negligible 👍 |
I run into this on k3d v5.4.1:
|
|
What did you do
How was the cluster created?
k3d cluster create toto
What did you do afterwards?
k3d start
k3d stop
k3d start
What did you expect to happen
There should be no error.
Also, I believe that the -tools container should have be deleted after every start.
Screenshots or terminal output
Which OS & Architecture
Which version of
k3d
Which version of docker
The text was updated successfully, but these errors were encountered: