Hi everyone, i dont know if this is the correct forum but i have a problem on RHEL 9 when trying to get podman v5 and rke2 v.1.32.6 to live togheter. RKE2 works fine but the problem i think is that RKE2 requires iptables-legacy with my current CNI and the podman network backend Netawark is using nftables. When running the podman instance i can see that im missing a DNAT rule so my pod cannot use DNAT hairpin. This works when running podman on a instance without RKE2, then it populates nftables with correct DNAT rule.
My competence in iptables/nftables is questionable at best so any tips and tricks would be really appreciated. Thanks!