-
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
macos: podman 2.0.6 remote support is broken #7602
Comments
@ashley-cui PTAL |
It seems like but there are two different issues: lack of logging and lack of returning the result code from the command. I would treat them differently, later one being critical. |
Same situation on Linux. It was working in 2.0.0-2.0.4, but broken in 2.0.5-2.0.6 Since older versions are no longer available, it is not possible to downgrade either. |
@ssbarnea got it, thanks |
Hopefully some regression tests can be added for podman 2.1, for a better release ? As it is now, we will probably will stay on podman 1.9.3 for the rest of the year or so. |
We are going to start release candidates on Monday for podman 2.1 so @ashley-cui Could you try each one out. |
@ssbarnea We added a new method to handle connections in podman 2.0
|
@rhatdan yep, looks like this is a real regression. i'll see if i can get this done. |
huh, i was able to reproduce once for the linux podman-remote and then later it worked.. odd
|
I will take a look to see if this new I don't fully understand how it would work with two machines/shells, but I see that it has "names".
However, there doesn't seem to be a variable for which connection to use - or am I missing something ? So each command would have to use No $PODMAN_NAME for param ? The user can have several VMs... It seems like by default, they would both use the So if I use See https://minikube.sigs.k8s.io/docs/commands/podman-env/ EDIT: Opened #7623 for this request |
I suppose we could add a connection name environment variable to override the default, if this is something you would want. |
While recent versions of podman improved the remoting support they also introduced some critical bugs, like
Trying to increase verbosity has not effects.
Both client (macos) and remote (fedora-32) are using same version of podman 2.0.6
The text was updated successfully, but these errors were encountered: