TinkerBoard / debian_kernel

Debian Kernel source for Tinker Board
Other
143 stars 64 forks source link

Kernel modules missing: vxlan, br_netfilter, ip_vs #70

Open qdii opened 1 year ago

qdii commented 1 year ago

Steps to reproduce:

modprobe br_netfilter
modprobe vxlan
modprobe ip_vs

These commands all return 1

Expected behavior: they should return 0 and the modules should be loaded.

These modules are required to run a Kubernetes node on the Tikerboard