| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kube-router_2.6.1_checksums.txt | 2025-10-04 | 725 Bytes | |
| kube-router_2.6.1_linux_arm64.tar.gz | 2025-10-04 | 34.6 MB | |
| kube-router_2.6.1_linux_ppc64le.tar.gz | 2025-10-04 | 34.7 MB | |
| kube-router_2.6.1_linux_s390x.tar.gz | 2025-10-04 | 36.5 MB | |
| kube-router_2.6.1_linux_amd64.tar.gz | 2025-10-04 | 37.5 MB | |
| kube-router_2.6.1_linux_armv6.tar.gz | 2025-10-04 | 35.4 MB | |
| kube-router_2.6.1_linux_armv7.tar.gz | 2025-10-04 | 35.3 MB | |
| kube-router_2.6.1_linux_riscv64.tar.gz | 2025-10-04 | 35.8 MB | |
| README.md | 2025-10-04 | 526 Bytes | |
| v2.6.1 source code.tar.gz | 2025-10-04 | 1.6 MB | |
| v2.6.1 source code.zip | 2025-10-04 | 1.7 MB | |
| Totals: 11 Items | 253.1 MB | 0 | |
Summary
Fixes a bug where kube-router would modify ipsets from other system applications. This change removes ipsets that don't belong to kube-router before writing them out for ipset to restore.
This isn't a new bug, this is the same functionality that kube-router has had for years, but has recently become more problematic with certain applications (like Istio) also attempting to modify ipsets around the same time that kube-router does.
Changelog
- [92572c] fix(ipset): ignore non-kube-router ipsets