Skip to content

Add a cluster's proxy url when loading from config file #377

@joewesch

Description

@joewesch

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions