-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cluster on reboot #385
Comments
this is #148 |
ahw cool, what is the status on this issue ? |
Sorry for delay, I am implementing this feature. /assign |
/close |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am running kind cluster on linux machine (16.04), and it works fine from every single aspect, however. When i restart linux, or docker in general I seem to be unable to restart the cluster, and have to make it from scratch all over again. I guess the issue could be connected to this thread #148
Is there like a work around? would be cool to have something like
kind list cluster
to show you which ones are out there, andkind restart clusterName
.When i type
docker container ps -a
I can see there is a control panel, but not the cluster or anything that can be rebooted. How should i tackle and approach this issue?The text was updated successfully, but these errors were encountered: