-
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 create cluster: failed to apply overlay network: exit status 1 #57
Comments
This is almost definitely: #22, the current tradeoffs use memory too heavily for docker for Windows / docker for Mac. Even after that issue is closed though most likely we need to recommend that users increase the docker VM / hypervisor memory allocation. At least on docker for Mac the default is too small to fit much of a cluster. The "out of disk" is likely in the docker overlay inside the container which is a tmpfs currently. I'll switch it to a volume finally today 😬 |
Oh I see. Thanks! =D |
Increased the ram to 2gb and now it runs smoothly :) |
2GB is indeed required for smooth operations in kubeadm. currently we don't have warnings or system checks as this requires a bunch of OS specific calls that we don't want to include (yet). one option was to print a message at startup "make sure you have (these-system-reqs)". |
Thanks @neolit123 this seems like something I should add to #39 Also, I'm not sure why I chose to allow image-sideloading to fail. Other errors do cause early exit on cluster create. |
#22 is now fixed, I'll continue to work on docs and checks for this 👍 |
…tions Fix autoscaler conditions
Hi I tried running kind and encountered the following errors. Full log attached at the bottom.
Notable lines:
So I guess there are two issues here:
The text was updated successfully, but these errors were encountered: