-
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
add environment diagnostics #39
Comments
/assign |
/lifecycle active |
this work is now stale, will come back to it later |
I beleive @neolit123 added the "existing cluster name" check |
haven't been participating as much as I'd like to but i'd like to get back to a more regular workflow and start working on this. I'll get something for handling incompatible/lack of docker 🙂 |
Assert that the docker daemon is running, and that we're able to connect to it. This is done by executing 'docker ps', and checking the exit code. This updates kubernetes-sigs#39 This fixes kubernetes-sigs#554
@BenTheElder please add a check for IPv6 if IPfamily with IPv6 to the list😅 |
Another possible check - we've had some issues due to Another common issue could be helped with collecting any available Docker/Docker Desktop information. |
we should have a number of checks when kind fails, to help diagnose issues in the environment, ideally this can also be invoked by another command, some rough ideas:
/priority important-soon
The text was updated successfully, but these errors were encountered: