You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We switch the kube-rs client creation to use `Client::try_from(Config)`
which builds a client from the provided kubectl config.
Additionally, we enable the `socks5` and `http-proxy` features in
kube-rs which gives us support for kubectl configs that use
`server.proxy-url`.
Fixes#33
Kubeconfig files allow users to configure a proxy URL for the API server. Out of the box the
kube-rs
client doesn't pick up this configuration.Investigate what's necessary to use proxy when it's configured.
The text was updated successfully, but these errors were encountered: