Open
Description
Environment
VS Code version: 1.68.1
OS: win32
Extension version: 0.4.0
Description
I have setup proxy-url
in ~/.kube/config
.
apiVersion: v1
clusters:
- cluster:
proxy-url: socks5://localhost:1080
Usage description: https://kubernetes.io/docs/tasks/extend-kubernetes/socks5-proxy-access-api/#client-configuration
This works as it should with oc
from command line.
~ $ oc version
Client Version: 4.10.0-0.okd-2022-06-10-131327
Server Version: 4.8.17
Kubernetes Version: v1.21.1+6438632
But the extension is not using this property.