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

Cleanup iptables rules for other CNI networks #16455

Open
lgfa29 opened this issue Mar 13, 2023 · 0 comments
Open

Cleanup iptables rules for other CNI networks #16455

lgfa29 opened this issue Mar 13, 2023 · 0 comments
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cni theme/networking type/enhancement

Comments

@lgfa29
Copy link
Contributor

lgfa29 commented Mar 13, 2023

Proposal

#15407 introduced a mechanism to monitor and clean-up iptables rules created by Nomad. The code uses a regular expression to find rules managed by Nomad, but it hardcodes "name: \\"nomad\\" where nomad is the default name that Nomad uses for its built-in bridge. Users that have custom CNI bridges will have different names that would not match this expression and therefore may leak.

Use-cases

Run a custom bridge using CNI plugins.

Attempted Solutions

N/A

Note
Issue extracted from #13824. Refer to that issue for more context.

@lgfa29 lgfa29 added type/enhancement theme/networking stage/accepted Confirmed, and intend to work on. No timeline committment though. labels Mar 13, 2023
@lgfa29 lgfa29 added this to Needs Triage in Nomad - Community Issues Triage via automation Mar 13, 2023
@lgfa29 lgfa29 moved this from Needs Triage to Needs Roadmapping in Nomad - Community Issues Triage Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cni theme/networking type/enhancement
Projects
Status: Needs Roadmapping
Development

No branches or pull requests

1 participant