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
Since iptables was upgraded to 1.8.10 in Alpine 3.19 and later kube-router has been stuck on Alpine 3.18. This is because iptables userspace 1.8.10 broke the --check or -C option that allows kube-router to check if a rule exists before it tries to re-insert it (for more details see: #1676 (comment)).
Since then we've been watching the upstream project and waiting to see if this gets fixed. As of now I've tested a manual compilation of the newly released (Nov 11, 2024) iptables-1.8.11 and it looks like this issue of iptables checking is no longer present.
Once iptables is upgraded to 1.8.11 in Alpine upstream, we should immediately upgrade so that we can get a newer Golang runtime and potentially fix some other issues that have recently arisen due to lack of compatibility between host userspace iptables tooling and container userspace iptables tooling like:
What happened?
Since iptables was upgraded to 1.8.10 in Alpine 3.19 and later kube-router has been stuck on Alpine 3.18. This is because iptables userspace 1.8.10 broke the
--check
or-C
option that allows kube-router to check if a rule exists before it tries to re-insert it (for more details see: #1676 (comment)).Since then we've been watching the upstream project and waiting to see if this gets fixed. As of now I've tested a manual compilation of the newly released (Nov 11, 2024) iptables-1.8.11 and it looks like this issue of iptables checking is no longer present.
Once iptables is upgraded to 1.8.11 in Alpine upstream, we should immediately upgrade so that we can get a newer Golang runtime and potentially fix some other issues that have recently arisen due to lack of compatibility between host userspace iptables tooling and container userspace iptables tooling like:
Alpine can be monitored here: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/iptables/APKBUILD
How can we reproduce the behavior you experienced?
Steps to reproduce the behavior:
FYI @mrueg
The text was updated successfully, but these errors were encountered: