diff --git a/src/main/cluster-manager.ts b/src/main/cluster-manager.ts index 3c4bcd0015..9b1b133749 100644 --- a/src/main/cluster-manager.ts +++ b/src/main/cluster-manager.ts @@ -62,10 +62,6 @@ export class ClusterManager extends Singleton { @action syncClustersFromCatalog(entities: KubernetesCluster[]) { for (const entity of entities) { - if (entity.metadata.source !== "local") { - continue; - } - const cluster = ClusterStore.getInstance().getById(entity.metadata.uid); if (!cluster) {