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

Autopopulate ports

Open tg44 opened this issue 4 years ago • 1 comments

When you picked the kind/namespace/name for a service it would be nice if the resource port column would be autogenerated with the available ports. (I think that is queryable for the pods too.) The current version somehow reads these ports when you try to bind a non-available port. That info would be even better in the resource creation UI.

tg44 avatar Nov 01 '19 22:11 tg44

I wrote a little script to generate list of resources from kubectl get services that can be imported as a restored config https://gist.github.com/radek-novak/7618c9c84075bb7a1a448b83781754e5 Hope that helps

radek-novak avatar May 02 '20 22:05 radek-novak