-
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
Failed to build kubernetes on Mac #229
Comments
Signal Kill in this context usually means that docker for Mac ran out of memory, can you try increasing the memory allocation? https://github.com/kubernetes-sigs/kind/blob/master/docs/user/README.md#creating-a-cluster shows how to. |
Increasing memory of docker solves the problem. Thanks |
Awesome, glad to hear it! Maybe we should mention this somewhere in the docs for building as well. Thoughts @alejandrox1 ? 🤔 |
+1 on this should be documented. I had once seen a PR trying to fix a similar issue on |
@BenTheElder I'm definitely for adding this types of errors - supporting a local dev/testing environment for various systems would be nice. If we get enough users it may even be nice to pull this from the user docs into a series of runbooks. |
Thanks @alejandrox1 :-) |
Fix external ip panic on no endpoints
* Fix keoscluster deployment * Add todo comment
On Mac, 'kind build node-image' failed with:
Here is my OS:
The kubernetes source is as of commit fdfd88588596c5d35c6d62e0b8658f05f3e165c9
Docker version 18.09.0, build 4d60db4
The text was updated successfully, but these errors were encountered: