-
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
Old DNS entries are not cleaned up (using podman-network-create and podman-run) #7789
Comments
I cannot reproduce this on fedora 32. You are using the new rootless networking, right? |
Yes |
OK, I can reproduce. You need to have a long running container attached to this network in order to keep the rootless-cni-infra container alive. |
Fix "Old DNS entries are not cleaned up" by passing CNI_ARGS to `cnitool del`. Fix containers#7789 Signed-off-by: Akihiro Suda <[email protected]>
Fix: #7841 |
Fix "Old DNS entries are not cleaned up" by passing CNI_ARGS to `cnitool del`. Fix containers#7789 Signed-off-by: Akihiro Suda <[email protected]>
Is this problem recurring in some special context? I am using podman-compose (a development version of 1.0.4) and netavark.
|
As a follow-up to the above, just noticed that "podman-compose down" does not remove network. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The DNS entry is not removed when the container is removed.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
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?
I've checked the Podman Troubleshooting Guide.
(The latest release 2.1.1 is not yet available in CentOS from Kubic)
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: