-
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
Can't restart kind-control-plane container on Windows #20254
Comments
Actually the issue happens only when kind-control-plane container is not stopped before shutting down the podman machine. If I do:
It works! After step 3 the status of the container is 'Exited' Whereas with:
After step 2. the status of the container is 'Created'. So I suppose |
Hmm yeah, |
stopping not gracefully should never be an issue, starting could be. Podman depends on the alive file to know when to reset all the state on a fresh boot. After a machine stop/start, please run But I am guessing the file alive file stays around so podman does not detect a restart thus we end up in an undefined state. |
A friendly reminder that this issue had no activity for 30 days. |
Since we never heard back, closing. |
Issue Description
When restarting the podman machine, I can't restart the kind-control-plane container.
There is an existing issue on kind: kubernetes-sigs/kind#2272
$ podman start kind-control-plane
Error: unable to start container "4056709e878b34ab7e6bae19c00a4527f9e81907fcb699a02a11435dbf4cf3d8": crun: writing file
devices.allow
: Invalid argument: OCI runtime errorThe podman logs of the container is:
Steps to reproduce the issue
Steps to reproduce the issue
.kind-config.yaml
Describe the results you received
Describe the results you receivedError: unable to start container "4056709e878b34ab7e6bae19c00a4527f9e81907fcb699a02a11435dbf4cf3d8": crun: writing file
devices.allow
: Invalid argument: OCI runtime errorDescribe the results you expected
kind-control-plane container starts successfully.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Issue is specific to Windows (all my team is impacted), other colleague on MacOS doesn't have the issue.
Additional information
No response
The text was updated successfully, but these errors were encountered: