-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
ktunnel expose throws exception: failed parsing session uuid from stream, skipping error="invalid UUID length: 0" session= #88
Comments
@pietervdheijden i also came to this conclusion #66 |
I can confirm, I suffered with this exact issue yesterday. Info
|
The same problem after upgrading to 1.4.8. |
also having this issue |
@omrikiei Is it possible to fix this issue? |
got the same issue with version 1.6.1
|
privileged ports do not make much sense in container environments, so there is an open issue for k8s to disable them by default: kubernetes/kubernetes#102612 Until then there are many ways to fix this. A general solution would be to make the container listen on a non-privileged port and to use a service to map it to the privileged port. |
I'm trying to expose a local microservice on port 8080 in my cluster on port 80 via ktunnel:
However, this throws the following exception:
ktunnel does work though when exposing on port 8080:
Output:
My preliminary conclusion is that ktunnel doesn't work on low ports (80, 81, etc.), but does work on high ports (8080, 8081).
I'm using ktunnel version 1.4.8 on WSL2 (Ubuntu 20.04).
The text was updated successfully, but these errors were encountered: