kuberlr icon indicating copy to clipboard operation
kuberlr copied to clipboard

Honour proxy-url in kubeconfig

Open vrevelas opened this issue 2 years ago • 0 comments

I have a kubeconfig file which contains a proxy-url key: https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#proxy

kubectl can connect to kubernetes fine, but when I switch to kuberlr it tries to connect directly to the kubernetes API without the proxy, which fails and prints an error message.

It would be great if kuberlr used the proxy-url from the kubeconfig to connect to kubernetes to check the server version.

vrevelas avatar Aug 26 '22 13:08 vrevelas