omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
904 stars 70 forks source link

ktunnel inject starts 2 new sessions and then closes 1 of them, is this correct? #96

Open testifyqa opened 1 year ago

testifyqa commented 1 year ago

I have a Deployment with one container that I inject ktunnel into so that I can reverse tunnel port 5037 to an ADB server on my raspberry pi.

When I do ktunnel inject... I see 2 new sessions started and then one of them immediately closes. Is this correct?

The tunnel seems to work to some degree where it can find my Android device on the raspberry pi, but it is currently stuck in Preparing (waiting for boot to complete) state continuously and unfortunately there is not much to go off in my logs, so trying to first rule out ktunnel as a potential issue here.

Thanks.

omrikiei commented 1 year ago

Hi @testifyqa, would you be able to share some debug logs from the injected pod and from the client?