-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Not able to start kind cluster in Mac(M2) using podman [podman exec broken upstream due to mismatched client/server version] #3439
Comments
with podman |
this looks like a podman bug. we're not doing any unmarshalling ourselves, just asking podman to exec cat of a plain text file ... |
podman failing exec entirely should probably be debugged with the podman maintainers. |
I also use podman 4.7.2 and it works: https://github.com/containers/podman/releases/tag/v4.7.2 there is something wrong with 4.8.0 |
It looks like it's confirmed that downgrading podman version will fix it? containers/podman#20821 |
This appears to be containers/podman#20821 (comment) The bug is |
Should be fixed upstream containers/podman#20831 |
Same error using mac M1 PRO arm64 and podman 4.8.0. Workaround, as other people mentioned:
Now works fine :) |
containers/podman#20821 (comment) may also be an option, aside from upgrading to the next release with CLI skew fix. |
I'm going to close this as the situation was resolved in podman, but pin it for some time for visibility. |
podman version 4.8.0
kind version 0.20.0
The text was updated successfully, but these errors were encountered: