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/conntrack sysctl #19

Closed
wants to merge 4 commits into from
Closed

Fix/conntrack sysctl #19

wants to merge 4 commits into from

Commits on Aug 17, 2021

  1. Merge; switch env to gx-scs.

    Signed-off-by: Kurt Garloff <scs@garloff.de>
    garloff committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1aef50c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Inject sysctl changing nf_conntrack_max to 131072.

    This addresses
    #18
    kubernetes-sigs/kind#2240
    
    Signed-off-by: Kurt Garloff <scs@garloff.de>
    garloff committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7d61cba View commit details
    Browse the repository at this point in the history
  2. Need to load nf_conntrack kmod for the sysctl setting.

    Open question is whether this will be reboot safe.
    
    Signed-off-by: Kurt Garloff <scs@garloff.de>
    garloff committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b5b5668 View commit details
    Browse the repository at this point in the history
  3. Add nf_conntrack to modules-load.d to ensure sysctl works.

    This is required to be reboot safe.
    
    Signed-off-by: Kurt Garloff <scs@garloff.de>
    garloff committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6acf22b View commit details
    Browse the repository at this point in the history