Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tproxy skip conntrack zone split flag value #4334

Merged
merged 1 commit into from
May 24, 2022

Conversation

bartsmykla
Copy link
Contributor

Summary

The flag was used wrong (flag --skip-dns-conntrack-zone-split was
treated like it would enable dns conntrack zone splitting rules
instead of disable)

Updated experimental iptables engine (kumahq/kuma-net) to v0.2.3
which includes conditional dns conntrack zone splitting if
the conntrack iptables extension is present and logging warning
and moving forward if not (WSL2)

Full changelog

n/a

Issues resolved

n/a

Documentation

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Update UPGRADE.md with any steps users will need to take when upgrading.
  • Add backport-to-stable label if the code follows our backporting policy

The flag was used wrong (flag --skip-dns-conntrack-zone-split was
treated like it would enable dns conntrack zone splitting rules
instead of disable)

Updated experimental iptables engine (kumahq/kuma-net) to v0.2.3
which includes conditional dns conntrack zone splitting if
the conntrack iptables extension is present and logging warning
and moving forward if not (WSL2)

Signed-off-by: Bart Smykla <bartek@smykla.com>
@bartsmykla bartsmykla requested a review from a team as a code owner May 24, 2022 05:36
@bartsmykla bartsmykla enabled auto-merge (squash) May 24, 2022 06:31
@bartsmykla bartsmykla merged commit 0df17b4 into master May 24, 2022
@bartsmykla bartsmykla deleted the fix/experimental-tproxy-zone-conntrack-split branch May 24, 2022 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants