-
-
Notifications
You must be signed in to change notification settings - Fork 462
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]k3d start doesn't bring back the server container #55
Comments
Hey, thanks for opening this bug report. I guess this is a similar issue to #54. Can you reproduce this with the latest dev build or with a custom build from the top of the master branch? |
Thank you for getting back this fast. Just installed |
Just released v1.2.0, you may want to try it with this one 👍 |
Thanks, it actually starts if you add |
I just checked with the master branch and this works fine when I use Docker for Desktop on windows |
Hi @rugwirobaker , I couldn't reproduce this with v1.2.0... can you please give some more details?
|
Hello @iwilltry42, My setup:
|
Cool, thanks for the update :) |
Issuing the command:
k3d start --name <custom name>
after a reboot where in the previous session I didn't stop the cluster only my worker nodes(containers) come up but not the server node.The output shows that the container was started but it actually is not present.
2019/05/18 15:59:20 Starting cluster [prometheus] 2019/05/18 15:59:20 ...Starting server 2019/05/18 16:00:01 ...Starting 5 workers 2019/05/18 16:00:42 SUCCESS: Started cluster [prometheus]
Here is the
docker ps
output:And of course you can't get cluster information since the master is absent:
$ export KUBECONFIG="$(k3d get-kubeconfig --name='prometheus')"
2019/05/18 16:08:45 No server container for cluster prometheus
The text was updated successfully, but these errors were encountered: