unxsist / jet-pilot

JET Pilot is an open-source Kubernetes desktop client that focuses on less clutter, speed and good looks.
https://jet-pilot.app
MIT License
51 stars 2 forks source link

proxy-url attribute support via kube config #10

Closed sasha-beamery closed 1 month ago

sasha-beamery commented 1 month ago

Is it possible to add proxy-url attribute support in the relevant cluster entry within the ~/.kube/config?
This is needed to use a SOCKS5 Proxy to Access the Kubernetes API (for example, to connect to the cluster behind Cloudflare Argo tunnel).

unxsist commented 1 month ago

:tada: This issue has been resolved in version 1.25.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

unxsist commented 1 month ago

Hey @sasha-beamery,

In 1.25.1, the proxy-url is taken into account. I've replicated your issue on one of my own clusters and ran into the same but am now able to connect without any issues 👍

sasha-beamery commented 1 month ago

Hey-hey @unxsist Thank you very much - it definitely works 👍