-
I have a NOT rootless set-up that is migrated from docker-compose to podman-compose. Do you have any hint, were to look for error messages or hints? What additional information do you need? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Are you using firewalld? If that is the case when you execute |
Beta Was this translation helpful? Give feedback.
It looks like it was caused by an ansible task, that disables
net.ipv4.ip_forward
every six hours. In addition, podman and its network plugins enable this without any error or warning message everytime you start a new pod or executepodman network reload --all
(see #399 (comment)).I think that it might be a good idea to make a log statement on any useful level, that a basic kernel parameter was adjusted on the fly.