-
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
error adding pod to CNI network "podman": unexpected end of JSON input #11996
Comments
I am experiencing this same issue on macOS, both x64 and arm64. I removed Docker Desktop, Rancher Desktop, removed podman, rm -rf ~/.config/containers ~/.local/share/containers ~/.docker, and rebooted. Reinstalled podman, podman machine init, podman machine start, podman run -it alpine sh and got the same result. |
Closing as a dupe |
You might want to add something to the home page, to avoid all these duplicate error reports ? |
I am experiencing this same issue on macOS on the x64 ❯ podman version Server: |
We have a troubleshooting doc, that seems like an appropriate place. |
Sorry but what the actual fix? |
The fixes come every fortnight, so the workaround is to pick a pre-release from the "devel" stream: #11837 (comment) |
Cannot connect to Podman. Please verify your connection to the Linux system using |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
brew install podman
podman machine init
podman machine start
Rodman run hello-world
Describe the results you received:
Describe the results you expected:
I expected the output of the hello-world container.
Additional information you deem important (e.g. issue happens only occasionally):
kubernetes/minikube#12581 is having the same issue.
I've also had a cgroupv2 related issue a couple of days ago maybe this relates to cgroup as well somehow.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
MacBook Pro (13", M1, 2020) MacOS 11.6 (20G165)
The text was updated successfully, but these errors were encountered: