You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. This was pretty stable under podman v4.9. With 5.0.2, it is quite unstable. Running on macOS 14.4.1 using an M1. I am using kind load image-archive to load images into kind. fwiw, this might be caused by general instability rather than problems with the kind command specifically. But... this seems to be a common triggering command.
Kind seems to use this to implement the image-archive load:
Which routinely fails, resulting in having to completely nuke the podman machine (a stop/start of the machine doesn't fix this). Here is the error accompanying that command:
ERROR: failed to load image: command"podman exec --privileged -i jaas-control-plane ctr --namespace=k8s.io images import --all-platforms --digests --snapshotter=overlayfs -" failed with error: exit status 125
Command Output: time="2024-04-26T10:14:10-04:00" level=error msg="Failed to write input to service: EOF"
time="2024-04-26T10:14:10-04:00" level=warning msg="Failed to close STDIN for writing: EOF"
Error: Get "http://d/v5.0.2/libpod/exec/28ead49c8edd080899c3b0df402825fe11aac3c730d9bf41ef17b5224f6504fe/json": read tcp 127.0.0.1:59613->127.0.0.1:61274: read: connection reset by peer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there. This was pretty stable under podman v4.9. With 5.0.2, it is quite unstable. Running on macOS 14.4.1 using an M1. I am using
kind load image-archive
to load images into kind. fwiw, this might be caused by general instability rather than problems with the kind command specifically. But... this seems to be a common triggering command.Kind seems to use this to implement the image-archive load:
podman exec --privileged -i jaas-control-plane ctr --namespace=k8s.io images import --all-platforms --digests --snapshotter=overlayfs
Which routinely fails, resulting in having to completely nuke the podman machine (a stop/start of the machine doesn't fix this). Here is the error accompanying that command:
Beta Was this translation helpful? Give feedback.
All reactions