diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 5cf5a58bd9..13c74a285e 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -400,7 +400,6 @@ export class Cluster implements ClusterModel, ClusterState { this.ready = false; this.activated = false; this.allowedNamespaces = []; - this.accessibleNamespaces = []; this.resourceAccessStatuses.clear(); this.pushState(); }