Here is a mock example of my .kube/config file:
apiVersion: v1
clusters:
- cluster:
server: https://192.0.2.100
proxy-url: http://192.0.2.103:3128
name: mock
contexts:
- context:
cluster: mock
user: none
name: mock
current-context: mock
kind: Config
users:
- name: none
user: {}
Can you please add the ability to read the cluster's proxy-url setting and add it to the client configuration?