pixel-point/kube-forwarder

First tunnel I open hangs forever

dobesv opened this issue · 1 comments

Currently the first tunnel I open will hang forever - I have to click a second one to get it to start.

I have traced this to coreApi.listNamespacedPod not returning. For some reason the second request coming in prompts it to actually get a response.

I haven't quite found a fix for it. It would be interesting to know if anyone else has the same issue.

I also noticed just now this happens separately for each cluster. So the first call to listNamespacedPod for each cluster doesn't return unless I click to start another tunnel at the same time.