-
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
ERROR: failed to create cluster: failed to generate kubeadm config content (on Alpine Linux 3.13.5) #2228
Comments
No. Please see: #1288 (comment) It's the same symptom, but that symptom just means the node container exited before we could do anything. Please run The node container crashing usually means something is wrong with the host environment (e.g. lacking cgroups) |
Probably I missed the point that all of the
|
Couple things:
|
@bdutta I deeply suspect this is now effectively a dupe of #2236 which has more details. even though this was filed earlier, we have more relevant details in the other issue, so I'm going to tentatively dedupe this one in favor of the other issue. we've fixed the log exporting issue I think btw, it should work properly from a binary at head, you can download one here or build one https://kind.sigs.k8s.io/dl/latest/kind-linux-amd64 |
What happened:
When running
kind create cluster
to create a k8s cluster, got the following error:What you expected to happen:
Was expecting
kind create cluster
to successfully create a k8s clusterHow to reproduce it (as minimally and precisely as possible):
Run
kind create cluster
on a freshly installed Alpine Linux 3.13.5 KVM (qemu) VM instance, with latest docker, go installed (from Alpine package repositories). Docker is configured and known to work fine (for 'Hello World' docker image). Note that in my case, the reproduction is 100%. Attempted four times, and same error seen each time.Anything else we need to know?:
Any chance this might be same issue as issue 1288 ?
If so, how much RAM is expected to be allocated ? This VM has 4096GB of RAM and 4 vCPUs (i5-8440). Swap has been disabled (for performance). Here's the memory status of this VM:
So, how does one follow the recommendation to start 2 nodes at a time (from the other issue, i.e. 1288) ?
Pointer to requisite documentation would be highly appreciated.
Environment:
kind version
): kind v0.10.0 go1.15.10 linux/amd64kubectl version
): v1.21.0docker info
): 20.10.3/etc/os-release
): Alpine Linux 3.13.5 with 5.10.29-0-lts kernelThe text was updated successfully, but these errors were encountered: