vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

Listen to changes in k8s configuration files configured in KUBECONFIG env variable

Open dgolovin opened this issue 5 years ago • 0 comments

KUBECONFIG evn variable could contain list of k8s configuration files and JS client knows how to load and merge them in single configuration object. The extension tracks changes only in $HOME/.kube/config and do not taking into consideration content of KUBECONFIG env variable. (JS Client related code is located here https://github.com/kubernetes-client/javascript/blob/master/src/config.ts#L283).

dgolovin avatar May 20 '20 06:05 dgolovin