-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to create multi-node Kind cluster in Podman container #4
Comments
May we assume that you are able to create a single-node Kind cluster in podman fine? If that's the case and if you are on a rootful podman (judging by the fact that you don't have the For debugging, I'd recommend to create the Kind cluster with
to see what errors you'll find there. That's how I figured out that a I do see the cluster failing when I have more than one control plane node, so hopefully once you've debugged your specific setup with a control-plane + worker, you will be able to report what needs to be done for multiple control planes. We could then amend the documentation and CI with your findings. |
Please don't do images to show the outputs, they are not very accessible. Use ``` blocks to paste text. |
It seems the multi-control-plane setups are failing even in some docker scenarios: kubernetes-sigs/kind#2858, probably related to the networking and the external load balancer which gets created in such setup. |
Sorry about the images. I forgot to mention that I use newer version of kind than your Dockerfile. Also I am running it in Talos Linux from SideroLabs. I will try it with your exact version. |
It was not issue only for multiple control-planes. I tried one control-plane with two workers and the failure was same as in case of 3 control-planes with multiple workers. |
Hi,
I'm trying to create a multi-node Kind cluster inside a Podman container, but I'm encountering issues. I'm wondering if anyone has successfully created a multi-node cluster in a similar setup.
Goal:
Ideally, I'd like to create a cluster with 3 control-plane nodes and 3 worker nodes. However, at this point, successfully creating any cluster with more than 1 node would be progress.
Current issue:
When trying to create a multi-node cluster, I get the following error:
Questions:
Any insights or suggestions would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: