-
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
Can't create multiple single-node clusters (10th cluster creation fails) #1388
Comments
these clusters still have the real overhead of running kubernetes. despite doing what we can to make it smaller than the average cluster they require non-zero resources. your host may not have enough:
|
As a rule of thumb kubeadm recommends at least 2GB Ram and a 2 CPU (to also have room for workloads). KIND can run run in under 1GB / 1CPU (and we've tweaked some things to help with that) but it depends a bit on your workload. https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin |
Hi @BenTheElder, The machine that I am trying to create the clusters has a Also, I don't have any workloads running yet. Just trying to create the clusters. |
It's hard to debug over GitHub comments where it hit limits but I assure
you kind is not a more expensive kubernetes, performance is largely bound
by kubernetes and other third party components (e.g. containerd).
I don't think there's currently anything actionable for this project here.
…On Mon, Mar 9, 2020, 18:49 David Pinheiro ***@***.***> wrote:
Hi @BenTheElder <https://github.com/BenTheElder>,
The machine that I am trying to create the clusters has a Intel(R)
Core(TM) i9-9880H CPU @ 2.30GHz, which means it has 16 cores. The total
amount of RAM is 64GB.
Also, I don't have any workloads running yet. Just trying to create the
clusters.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1388?email_source=notifications&email_token=AAHADK4RCKVF6MDBMPDWGI3RGWTCLA5CNFSM4LERER4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOJVZTY#issuecomment-596860111>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADKZNCNUSZ66EK3SY6BTRGWTCLANCNFSM4LERER4A>
.
|
I will keep trying and reopen/update this issue in case I find anything. Thanks, @BenTheElder |
I would add that I would certainly like things to be cheaper and we're engaged upstream here where we can but it's somewhat limited. |
What happened:
Can't create the 10th single-node control-plane cluster. The other nine (9) are working just fine.
What you expected to happen:
I was expecting to create hundreds of single-node clusters to perform a specific scale test using kubefed.
How to reproduce it (as minimally and precisely as possible):
Execute the command below and the last cluster creation will always fail:
for i in $(seq 1 10);do kind create cluster --name kind-${i}; done
Anything else we need to know?:
Link to files with the creation of the ten clusters and also a new attempt of creating the 10th cluster with verbosity flag on
https://gist.github.com/davrodpin/c7885d7cc4498f2475b9ccabe91e90f7
Environment:
kind version
):kubectl version
):docker info
):/etc/os-release
):The text was updated successfully, but these errors were encountered: