-
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
timed out waiting for the condition #3569
Comments
You can follow the https://kind.sigs.k8s.io/docs/user/known-issues/#troubleshooting-kind try to find more message for it. |
Same issue I met. |
This is a symptom, not a root issue. The symptom is that the api server is not healthy. Possible causes are many and unrelated. Please fill out a bug report after checking for known issues first (some issues are only resolvable on your end due to host limitation and are NOT kind bugs) https://kind.sigs.k8s.io/docs/user/known-issues/#troubleshooting-kind This log only tells us that the api server didn't come up healthy, to know why we need the files from |
Hi @BenTheElder thanks for your advice. |
Given the other info in your case it's because RHEL 7 has a kernel that is too old: #3311 (comment) |
i'm hitting same issue with kind as i do with minikube, i also have this:
|
EDIT: too many issues, I'm sorry, you filed the original post here 🤦♂️ As for delegation: we document our approach to rootless here https://kind.sigs.k8s.io/docs/user/rootless/, which has some other tests/requirements. |
For podman see in particular https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman |
i restart host number of times, still not able to create cluster for same reason as stated in issue |
https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman
|
https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-docker
|
see the note about "On some distributions, you might need to use systemd-run to start kind into its own cgroup scope:" for podman |
i actually end up fixing my issue..
for me issue was using kernel 5.15.5, perhaps some issues with cgroup were resolved since then.. so as soon as i updated my kernel to 6.6.15 issue went away with all other changes that i made to my system) thanks to everyone for your help! |
glad you got it working and thanks for sharing the details! |
hello, i'm trying to create a cluster, yet running into some issues while starting control-plane:
Please advise)
Thanks!
The text was updated successfully, but these errors were encountered: