CNI cache error pops up when a container is removed #9602
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I have seen different errors after the original network is removed from a container, including DNS error, resizing session error and CNI cache error.
Steps to reproduce the issue:
podman network create foo-a
podman network create foo-b
podman run --name test --network foo-a -d alpine sleep 10000
podman network connect foo-b test
podman network disconnect foo-a test
wait as long as you want
podman rm -f test
ERRO[0010] error loading cached network config: network "foo-b" not found in CNI cache
WARN[0010] falling back to loading from existing plugins on disk
a5092f2db3f45dde2e785fae5ef2ba4c70843a5e0c220744fe1f64a4e4234503
Describe the results you received:
Please see output from step 5.
Describe the results you expected:
No errors.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: