CNI is trying to use iptables on CentOS 8 #5569
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Nearly the same issue as #5352. But that has been closed and I still do not know what was the cause or how I can prevent that.
I am using nftables (no firewalld) and I have a few nftables rules.
If I try to do
podman run...
it always fails with an iptables error message.Steps to reproduce the issue:
Install Podman
Try to run any container using the default 'podman' network
Observe error message
Break down and cry :)
Describe the results you received:
Container should start.
Describe the results you expected:
Container does not start.
Additional information you deem important (e.g. issue happens only occasionally):
Error message:
I have tried to change the
/etc/cni/net.d/87-podman-bridge.conflist
file as:I have also tried without the "backend" part and also with different "backend" entries: "iptables" or even "xxxxxxxxx". It always leads to the same error message. (Does this entry get ignored?)
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: