podman doesn't add CNI interface specified via --network to container #2795
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
podman does not add a CNI interface when one (or more) is specified via
--network="netname"
Running a container without supplying
--network
on the command line works. When explicitly supplying CNI network to use (or needing to supply more than one) no interface is added to the container.Steps to reproduce the issue:
sudo podman run --network="podman" image
Describe the results you received:
Container created with just loopback interface
Describe the results you expected:
Container created with e.g. eth0, eth1 etc.
Additional information you deem important (e.g. issue happens only occasionally):
This is a regression. It worked on Fedora 28 just a week ago.
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora 28
The text was updated successfully, but these errors were encountered: