Open hellznrg opened 1 year ago
I am trying to use NanoPI R6S for a kubernetes cluster. As part of the installation, I have to load a kernel module "overlay": sudo modprobe overlay.
sudo modprobe overlay
However, when I check if the module is loaded (lsmod | grep overlay) nothing is returned. How can I add the overlay module to the kernel?
lsmod | grep overlay
I am using the debian bullseye image.
I am trying to use NanoPI R6S for a kubernetes cluster. As part of the installation, I have to load a kernel module "overlay":
sudo modprobe overlay
.However, when I check if the module is loaded (
lsmod | grep overlay
) nothing is returned. How can I add the overlay module to the kernel?I am using the debian bullseye image.