Skip to content

v2.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Oct 23:59
· 10 commits to master since this release
92572c7

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

  • 92572c7 fix(ipset): ignore non-kube-router ipsets