You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARN[0000] Failed to load cached network config: network ds_default not found in CNI cache, falling back to loading network ds_default from disk Error: unable to start container 80310f8a7682841891e9e09e43c982099548f8dfcc2bdef211a4fab7863b96e2: plugin type="firewall" failed (add): cni plugin fir ewall failed: failed to list iptables chains: running [/sbin/iptables -t filter -S --wait]: exit status 1: iptables v1.8.4 (nf_tables): table 'filter' is incompatible, use 'nft' tool.
OS: RHEL 8.7
podman iirc 4.2.0 (installed with sudo dnf install podman)
podman-compose (installed with sudo pip3 install podman-compose).
podman-plugins (installed with sudo dnf install podman-plugins)
SElinux disabled
It works on AlmaLinux 8.7 (same package versions) and Rocky Linux 8.7.
Hi @thomaspeissl this is a cni issue not a podman-compose one. As you mention, most probably related with podman's CNI using iptables instead of nft in those new systems where the legacy iptables version has been faced out.
I had this problem on armbian v23.5.1 with podman v3.4.4. If I downgrade to podman-compose v1.0.3 it still gives a warning, but works fine. I can also create the network manually through podman. I only get the error with podman-compose, and only in v1.0.6.
edit: nevermind, I get this error whenever I create a network, even with compose v1.0.3. Downgrading to compose v0.1.11 resolves the issue.
sudo podman-compose up
outputs this error:WARN[0000] Failed to load cached network config: network ds_default not found in CNI cache, falling back to loading network ds_default from disk Error: unable to start container 80310f8a7682841891e9e09e43c982099548f8dfcc2bdef211a4fab7863b96e2: plugin type="firewall" failed (add): cni plugin fir ewall failed: failed to list iptables chains: running [/sbin/iptables -t filter -S --wait]: exit status 1: iptables v1.8.4 (nf_tables): table 'filter' is incompatible, use 'nft' tool.
OS: RHEL 8.7
podman iirc 4.2.0 (installed with
sudo dnf install podman
)podman-compose (installed with
sudo pip3 install podman-compose
).podman-plugins (installed with
sudo dnf install podman-plugins
)SElinux disabled
It works on AlmaLinux 8.7 (same package versions) and Rocky Linux 8.7.
docker-comose.yml
I don't know if this is podman or RHEL specific.
https://www.reddit.com/r/redhat/comments/115mt09/rhel_87_error_iptables_table_filter_is/
containers/podman#5569
The text was updated successfully, but these errors were encountered: