-
Notifications
You must be signed in to change notification settings - Fork 125
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
Inaccessible Local Development Cluster in WSL2 #1422
Comments
We should avoid kernel modifications whenever possible. |
@MarcusSorealheis i completely agree! That’s exactly why I wanted to open up the discussion. A lot of Windows devs rely on WSL, and having a kind dev cluster that works seamlessly in WSL would really speed up testing and development. |
@JannisFengler IIRC you mentioned solving a similar issue before. Do you remember how you solved this? |
I think i solved it by building the 6.1 linux kernel( |
@JannisFengler @aaronmondal The issue could lie elsewhere entirely... |
When starting the local development cluster in WSL2, it is not reachable. This appears to be due to missing networking modules for Cilium in the WSL2 Linux kernel.
A potential solution could involve OS detection and automatically switching to the default CNI when these modules are unavailable.
Feedback and discussion on an implementation approach would be greatly appreciated.
FYI: Modifying the WSL2 kernel for Cilium is possible, as outlined here: WSL Cilium Kernel Modifications, but this approach is not particularly user-friendly as it requires kernel modifications.
The text was updated successfully, but these errors were encountered: