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

config: add kubernetes configuration #72

Merged
merged 1 commit into from Jun 16, 2022
Merged

Commits on Jun 9, 2022

  1. config: add kubernetes configuration

    With Kubernetes 1.24 the dockershim component has been removed from the kubelet.
    Docker was automatically loading the `br_netfilter` module so we need to
    load the module automatically with `systemd-modules-load`.
    
    See also: https://kubernetes.io/docs/setup/production-environment/container-runtimes/#forwarding-ipv4-and-letting-iptables-see-bridged-traffic
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Jun 9, 2022
    Copy the full SHA
    e7cd412 View commit details
    Browse the repository at this point in the history