Release /lib/modules folder
I need to have /lib/modules folder with this kernel. Can you add that in release or can you show me how to get that one?
Currently, all the kernel modules are built-in like official MS kernel, there's no separate module files to install.
Do you find you need some modules that we don't enable now? If so you probably need to build your own kernel...
Or you can check https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling to see if they have modules you want.
I need to have /lib/modules folder with this kernel.
Perhaps will be solved in:
- #114
I will be look at that, My problem is when I run kubernetes (kind) with cilium it cause weird issues like networking problems.
When checked on other solutions look related with modules, @Locietta also said built-in but I run this repo and build myself with modules and I used this kernel just copied my own generated modules than everything is working fine without any issue.
Currently, I use docker-ce but not tried inside wsl2 kubernetes. What is missing for running it, may open pull request to add your missing modules if it works for you, so others can benefit from it too?
Because Docker Desktop that is powered by WSL2 has native option for “Start a Kubemetes single or multi-node cluster when starting Docker Desktop.” so it should work with wsl2 out of the box or which special network features you use?
Tomorrow, I will try to make repo and maybe you can see what is the problem,
I actually didn't change anything when compiling and don't know well which specific kernel modules need.
It is looks working but when I use gateway on cilium and I always get upstream connect error or disconnect/reset before headers. reset reason: connection timeout
https://github.com/cilium/cilium/issues/20942