Closed PapeThePope closed 1 year ago
Puppet has overwritten the iptables, so problem solved :D
Note that you can run podman network reload --all
to restore network connectivity without restarting the container when other applications (e.g. firewall-cmd --reload
) delete our iptables rules.
Issue Description
Hey, im trying to host a NodeRed Instance and I got it working so far. Unfortunately I have the problem, that the container stops working after some time. (Most of the time in like 20 Minutes) There is no error in the log of the container and the only error messages I get are the ones when i stop the container. When I do this I get: ERRO[0000] Unable to clean up network for container 76ceb20ce38eed21c3e8cbc5f991454471ac491a650da79c6284e19d69607af7: "tearing down network namespace configuration for container 76ceb20ce38eed21c3e8cbc5f991454471ac491a650da79c6284e19d69607af7: 1 error occurred:\n\t* plugin type=\"bridge\" failed (delete): cni plugin bridge failed: running [/usr/sbin/iptables -t nat -D POSTROUTING -s xx.xx.xx.xx -j CNI-2332533c1d991ec660f2e299 -m comment --comment name: \"podman\" id: \"76ceb20ce38eed21c3e8cbc5f991454471ac491a650da79c6284e19d69607af7\" --wait]: exit status 2: iptables v1.8.4 (nf_tables): Chain 'CNI-2332533c1d991ec660f2e299' does not exist\nTry `iptables -h' or 'iptables --help' for more information.\n\n\n" 76
Important: I dont have access do direct internet. I only have mirrors for the package and docker repositories.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Container is stopping to work after some minutes
Describe the results you expected
Container should work non-stop
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
No
Additional environment details
No response
Additional information
Time between fails is not even. I didnt find anything on google or elsewhere :(