-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could not install Gefyra #173
Comments
Hi @mbonaci |
@Schille thanks for the quick response.
I probably should've mentioned this in the initial issue, but I forgot, I only ever use Although both, the
|
Just to mention that my colleagues reported they were able run Gefyra from the command line to debug a Java server app running within our cluster. E.g.:
|
Hi @Schille, Gefyra docker network ✔️
I'm fine with just working from the WSL2 command line, but I could do a call. |
Hi @mbonaci. Well, it seems there is a regression in Gefyra's lib concerning WSL2 (or it never really worked at all). Gefyra uses Wireguard to establish a secure VPN connection into the cluster. The default WSL2 kernel is pre-built by Microsoft and they disabled an important feature ( Long story short: there will be a release of the Gefyra CLI soon that should run on WSL2. |
Hi @Schille, |
The latest release includes some fixes which (should) resolve this one. @mbonaci we'd be super happy to hear your feedback on this. Thank you so much for making us aware of the issue in the first place. We're looking forward to your input on this! |
Hi @SteinRobert, As I mentioned before, everything goes fine until this step. I'm able to choose the context, the namespace, copy env from, the image... everything gets populated correctly. |
By any chance - we've seen similar behavior due to some weird Docker configuration (in However, this is more or less guessing. We're working on making the actual errors that occur more visible and helpful. |
I don't heave any of those keys in that file.
You can notify me when that happens and I'll retry. |
I am afraid this will take a few days or even weeks! In the meantime: FROM alpine
RUN ls and run |
I build new images fairly often (in my WSL terminal and in Docker UI), so that shouldn't be the problem here. |
Okay, thank you! |
We released version 1.2.12 which now displays errors (if available) during the installation process. |
Here's what it says:
I searched online and tried a few suggestions from SO and Docker forum. The original version of Docker's
The original version on Win:
I tried renaming During all those attempts the error message did not change. Then I renamed both files to
Then I decided to install Gefyra on WSL in order to see whether I have some higher level issue that's unrelated to Docker Desktop so I ran:
So all good there, it seems. Then I added the same, master node's IP to the first page of Gefyra extension's
We're moving forward here and that's the important thing :) |
Thank you for the super detailed feedback! Great thing the error was actually displayed! |
I'm trying to run this on Windows 11 (with WSL2).
It reads my kubeconfig correctly, connects to the cluster and I can choose a namespace, image and a pod to copy the env from:
The extension reports:
And that's where it ends:
I wasn't able to find any errors in the docker extensions log, but I'm not sure I was looking in the right place.
If you specify the log file location (on Windows 11) I can provide more info.
Thank you.
The text was updated successfully, but these errors were encountered: