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
This container was failing for me on RockyLinux 8.6. Rocky 8 uses nftables, but it seems this image uses legacy iptables, which causes a slew of problems. I've solved these problems in the past by using the excellent iptables-wrapper made by the Kubernetes authors for exactly these kinds of issues.
I build a simple derived container for my own uses which seems to solve the problem well, but I'm no iptables expert, so I'd love to see testing of this done on more setups.
Reason for change
The iptables-wrapper repo has a great explanation in their readme, but this would support both legacy and nft iptables host implementations with minimal effort.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
This container was failing for me on RockyLinux 8.6. Rocky 8 uses nftables, but it seems this image uses legacy iptables, which causes a slew of problems. I've solved these problems in the past by using the excellent iptables-wrapper made by the Kubernetes authors for exactly these kinds of issues.
I build a simple derived container for my own uses which seems to solve the problem well, but I'm no iptables expert, so I'd love to see testing of this done on more setups.
Reason for change
The iptables-wrapper repo has a great explanation in their readme, but this would support both legacy and nft iptables host implementations with minimal effort.
Proposed code change
Example derived container for PoC:
Happy to submit a PR if there's interest in a change like this
The text was updated successfully, but these errors were encountered: