diff --git a/src/main/cluster.ts b/src/main/cluster.ts index e9c1ab5c1a..4ab24adf5e 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -94,7 +94,7 @@ export class Cluster implements ClusterInfo { public proxyKubeconfig() { const kc = new KubeConfig() - kc.loadFromFile(this.kubeconfigManager.getPath()) + kc.loadFromFile(this.proxyKubeconfigPath()) return kc }