-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Automatic restart for kind containers #16797
Comments
It is not clear to me what they are doing but with |
and about |
I have absolutely no idea what they are referring to. |
and there is a comment saying
|
I need to know the extract podman commands to reproduce, I have no interest in debugging kind and I am not aware of any port forwarding problems with podman start. |
kind developer here, the problems are explained in the kind issue, is not a problem of allowing restart in podman only or really a bug in podman,, kind relies on some behaviors on the network and podman architecture is different to the docker one and are features that are not compatible, that means that s/docker/podman/ doesn't work in kind automatically, some of the issues are:
|
We use https://github.com/containers/aardvark-dns/ now, this is much closer to what docker is doing so it might already work for your use case if not I am happy to hear what is missing. |
yeah, things and projects are converging ... but users always wants things to happen immediately ;) |
Thanks for sharing, @aojea! Does it work with aardvark? If there are missing pieces, please let us know and we'll tackle them. |
A friendly reminder that this issue had no activity for 30 days. |
Since we never heard a response, I am closing reopen if you have more feedback. |
A friendly reminder that this issue had no activity for 30 days. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Using kind, I'm able to deploy a kubernetes cluster.
But when restarting the podman machine, the control-plane container is not restarted, meaning that my cluster is not up so the experience is not nice.
There is an existing issue on kind kubernetes-sigs/kind#2272 but it says that
so it would be nice if Podman fixes the issue in order to have kind clusters restart being done properly.
Steps to reproduce the issue:
enable podman experimental support in kind
export KIND_EXPERIMENTAL_PROVIDER=podman
create cluster with
kind create cluster
stop podman machine (for example on macOS) and restart the machine
Describe the results you received:
control-plane
container is not restartedDescribe the results you expected:
control-plane
container is restartedAdditional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: