vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Listen to changes in k8s configuration files configured in KUBECONFIG env variable
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).