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

(rke role) ensure br_netfilter kmod is loaded #660

Merged
merged 2 commits into from
Oct 5, 2022
Merged

Conversation

jhoblitt
Copy link
Member

@jhoblitt jhoblitt commented Oct 3, 2022

This mod provides the net.bridge.bridge-nf-call-iptables sysctl, which
rke requires be set to a value different than the default. It seems
that this kmod often isn't loaded until dockerd starts up. This was
causing an order of operations issue with setting
thenet.bridge.bridge-nf-call-iptables sysctl.

This mod provides the `net.bridge.bridge-nf-call-iptables` sysctl, which
rke requires be set to a value different than the default.  It seems
that this kmod often isn't loaded until dockerd starts up. This was
causing an order of operations issue with setting
the`net.bridge.bridge-nf-call-iptables` sysctl.
jhoblitt added a commit that referenced this pull request Oct 3, 2022
jhoblitt added a commit that referenced this pull request Oct 3, 2022
Copy link
Contributor

@cbarria cbarria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kmod fix 👍

@jhoblitt jhoblitt merged commit c637bbe into master Oct 5, 2022
@jhoblitt jhoblitt deleted the IT-3057/br_netfilter branch October 5, 2022 17:06
jhoblitt added a commit that referenced this pull request Oct 5, 2022
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.

None yet

2 participants