What were you trying to do that didn't work?
Install podman in RHEL on WSL2 and run any container, it fails with below message:
# podman run -it quay.io/podman/hello internal:0:0-0: Error: Could not process rule: No such file or directory internal:0:0-0: Error: Could not process rule: No such file or directory Error: netavark: nftables error: nft did not return successfully while applying ruleset
The Microsoft kernel doesn't seem to have nftables support built-in.
# lsmod|grep nf # # modprobe nf_table # systemctl start nftables # systemctl is-active nftables active # nft list ruleset #
This doesn't stumble Podman on Ubuntu in WSL2 though.
What is the impact of this issue to you?
Unable to run Podman containers
Please provide the package NVR for which the bug is seen:
podman-5.4.0-1.el10.x86_64
How reproducible is this bug?:
Always
Steps to reproduce
- Optionally switch from cgroupv1 to v2
- Start any Podman containers