diff --git a/src/common/cluster-store.ts b/src/common/cluster-store.ts index 2792239a84..01e6c0b7e5 100644 --- a/src/common/cluster-store.ts +++ b/src/common/cluster-store.ts @@ -328,7 +328,8 @@ export class ClusterStore extends BaseStore { cluster.enabled = true; } } catch (err) { - logger.error(`[CLUSTER-STORE] Failed to construct a cluster (context: ${clusterModel.contextName}, kubeconfig: ${clusterModel.kubeConfigPath})... Removing it from the app.`); + logger.error(err); + logger.error(`[CLUSTER-STORE] Failed to load a cluster (context: ${clusterModel.contextName}, kubeconfig: ${clusterModel.kubeConfigPath})... Removing it from the app. `); continue; } }