-
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
Failure in joining worker nodes while creating kind cluster #1652
Comments
Your host may not have enough resources. Can you create a single cluster with one control plane and one worker? |
I see you're on fedora 32, Did you look at our open issues at all? #1547 |
|
For others landing here searching for this issue, it could also be caused by ulimit being too low. See #2744 |
Thank you @timcharper, the solution you linked worked for me. This issue pops up first if you google "kind failed to join node with kubeadm", so your comment was very helpful! |
A potential sign that this is your issue is that the kind cluster deploys just fine with 1 or 2 worker nodes but fails with 3+ nodes |
Thanks. It really helped. It was a memory issue. |
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
kindest/node:v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f
$ kind create cluster --image kindest/node:v1.18.2 --config kind-config.yml
kind-config.yml
Anything else we need to know?:
golang, docker, kind
post upgrade to narrow out any issues due to system upgradeEnvironment:
kind version: (use
kind version
):kind v0.8.1 go1.14.2 linux/amd64
Kubernetes version: (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-20T12:52:00Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Docker version: (use
docker info
):/etc/os-release
):go version go1.14.2 linux/amd64
Please let me know if any additional info is required.
The text was updated successfully, but these errors were encountered: