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

Load configs from file(s) #18

Closed hsychla closed 5 years ago

hsychla commented 5 years ago

I have dozens of cluster configs. One file per cluster, not one huge ~/.kube/config.

Instead of loading the config from one static location or have the user copy/paste the contents, it would be great if I could just tell the tool which file to open with an OpenFile Dialogue.

lnikell commented 5 years ago

Thank you @hsychla for the feedback, it's very interesting for us to know different use cases people have. We will think how could we manage properly that scenario.

proAlexandr commented 5 years ago

Hi, @hsychla. We have released a new version. Now, on the "Cluster Add" page, you can select multiple files with "Open a files(s)" button. I hope It will be useful for you. Thanks for the idea that helped to make the app better!

hsychla commented 5 years ago

Awesome, thank you!