-
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
podman 4.0.0-dev on M1 mac CNI error when publishing ports #13023
Comments
The problem is that your server is on v3.4.4 - you need to match major version of client and server. |
@mheon I thought this might be the case. Is there a way to get the 4.0.0 server installed as part of |
@baude @ashley-cui Is there any easy way to override the Podman package in use by FCOS? |
I think you can run |
When I run the
I'm not familiar with rpm-ostree and my google-fu failed ... |
This worked for me:
|
@zeha thanks this worked for me as well. Closing as this is not an issue |
Just adding in case anyone else is having trouble, here are the steps that worked for me to install
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
On Apple M1 mac, running a container & publishing a port causes a CNI error
Steps to reproduce the issue:
Describe the results you received:
See error above
Describe the results you expected:
Container should run and port should be exposed to the client
Additional information you deem important (e.g. issue happens only occasionally):
The host
host.crc.testing
does not resolveThe IP
192.168.127.254
does not seem to be reachableOutput of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: