kube-forwarder icon indicating copy to clipboard operation
kube-forwarder copied to clipboard

Change the listen address

Open FritschAuctores opened this issue 6 years ago • 3 comments

We have following scenario:

  • we use the kube-forwarder with windows 10
  • we use docker-for-windows
  • a local docker-container must connect to a Kubernetes service

Now we have a problem. The Container can´t connect to the forwarder. So we change the "server.listen IP" in the Connections.js to 0.0.0.0, but that is not optimal. Now every device in our Network can connect to the service.

We need an option to configure the local bind address.

FritschAuctores avatar Feb 24 '20 10:02 FritschAuctores

@FritschAuctores same need here !

rivetmichael avatar Apr 09 '20 08:04 rivetmichael

I wanted this as well so I made a PR: https://github.com/pixel-point/kube-forwarder/pull/41

They haven't responded to the PR for a long time, though, so I guess they aren't too excited about it.

dobesv avatar Apr 15 '20 23:04 dobesv

#41 was merged

ghost avatar Dec 11 '20 03:12 ghost