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

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented Jun 8, 2022

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

Makefile Outdated Show resolved Hide resolved
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 tormath1 force-pushed the tormath1/modules branch 2 times, most recently from 31efbbf to e7cd412 Compare June 9, 2022 14:33
@tormath1 tormath1 marked this pull request as ready for review June 9, 2022 15:30
@tormath1 tormath1 requested a review from a team June 9, 2022 15:30
@tormath1 tormath1 merged commit a4f4ec3 into flatcar-master Jun 16, 2022
@tormath1 tormath1 deleted the tormath1/modules branch June 16, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants