Closed BenTheElder closed 2 days ago
You are using podman 4.9.4 and as mentioned in the closed linked issue it was fixed in 5.0. Why are you creating a new issue about this, did you actually test this with the latest podman?
I am not the podman user but I am attempting to close the loop between the projects as a maintainer of https://github.com/kubernetes-sigs/kind, the original user only reported it to us.
Thank you for fixing this.
Issue Description
This was brought up in https://github.com/containers/podman/issues/17780, but a key detail was missing: this isn't just an incompatibile change versus docker, this is an incompatible change versus prior podman releases.
For now we have a workaround in kind to assume loopback works from the host, but we'd really prefer to get accurate information from the runtime actually implementing the port forward and to avoid breaking behavior changes if possible.
Thanks in advance.
Steps to reproduce the issue
Create a container with a port forward with the default address, inspect the container and find that hostIP is empty despite the port forward clearly being bound to something. No usable IP is reported.
Describe the results you received
Empty hostIP field
Describe the results you expected
A valid usable hostIP, like previous podman releases.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
Originally discovered in https://github.com/kubernetes-sigs/kind/issues/3777