pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 183 forks source link

Drops all connections #71

Open johnlane opened 3 years ago

johnlane commented 3 years ago

I'm running the appImage on Arch Linux. When I try to forward a port, everything is set up and I can see the listener in netstat. However as soon as I try to use the forwarded port, the connection is closed. If I make the same port forward using kubectl port-forward then it works fine.

I tried the 1.5.1 appImage and also built master from source. Same happens there also.

dfernandezm commented 3 years ago

I also face this issue, the connection shows up correctly in netstat but it drops when used and cannot be established again.