fluxcd / pkg

Toolkit common packages
https://pkg.go.dev/github.com/fluxcd/pkg
Apache License 2.0
48 stars 85 forks source link

kubeconfig cluster.proxy-url is being ignored by kube client #746

Closed garyhodgson closed 6 months ago

garyhodgson commented 6 months ago

This issue is for the incoming pull request that solves: https://github.com/fluxcd/kustomize-controller/issues/1042, as requested by @stefanprodan here

runtime/client/kubeconfig does not transfer the proxy-url parameter of a kubeconfig.

garyhodgson commented 6 months ago

PR: https://github.com/fluxcd/pkg/pull/747