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

Conditional iptables installation based on k0s version #554

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

kke
Copy link
Contributor

@kke kke commented Sep 8, 2023

Recreated #547 because github closed it on merge of #551 which was the base for #547 and now doesn't allow me to reopen or edit its base.

Only install iptables if the k0s version requires it. Mark the corresponding host method as deprecated, as that code path can probably be completely removed in upcoming versions.

Fixes #363.

twz123 and others added 2 commits September 8, 2023 10:30
Only install iptables if the k0s version requires it. Mark the
corresponding host method as deprecated, as that code path can probably
be completely removed in upcoming versions.

Signed-off-by: Tom Wieczorek <[email protected]>
Signed-off-by: Kimmo Lehto <[email protected]>
Signed-off-by: Kimmo Lehto <[email protected]>
@kke kke added the enhancement New feature or request label Sep 8, 2023
@kke kke changed the title Iptables installation based on k0s version Conditional iptables installation based on k0s version Sep 8, 2023
@kke kke merged commit fe26061 into main Sep 8, 2023
18 checks passed
@kke kke deleted the iptables-installation-based-on-k0s-version branch September 8, 2023 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't install iptables when it's not required
2 participants