Welcome to the Linux Foundation Forum!

Lab 3.1. Install Kubernetes: error ... overlay, br_netfilter after a reboot

it is important to create a file ( /etc/modules-load.d/crio.conf ) to allow modules to be loaded even after a reboot. If you don't do this, you may get the following error (as the br_netfilter module is not loaded) when launching kubeadm init:

  1. [ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]: /proc/sys/net/bridge/bridge-nf-call-iptables does not exist

The following operation must then be done:

  1. cat <<EOF | sudo tee /etc/modules-load.d/crio.conf
  2. overlay
  3. br_netfilter
  4. EOF
  5.  

I think it is important to update the guide

rif: https://kubernetes.io/docs/setup/production-environment/container-runtimes/#cri-o

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training