Get started by associating one or more clusters to Lens
>, { + timeout: 30_000, + id: "landing-welcome" + }); + } + } + render() { - const clusters = clusterStore.getByWorkspaceId(workspaceStore.currentWorkspaceId); - const noClustersInScope = !clusters.length; - const showStartupHint = this.showHint && noClustersInScope; + const showBackButton = this.clusters.length > 0; + const header = <>This is the quick launch menu.
-- Associate clusters and choose the ones you want to access via quick launch menu by clicking the + button. -
-- Get started by associating one or more clusters to Lens. -
-Remove cluster {clusterItem.name} from workspace {workspace.name}?
+ ); + } + + + renderContent() { + const { toolbar } = this.props; + + return ( + <> + + > + ); + } + + render() { + const { clusterItem: { cluster: { isManaged } }, className, ...menuProps } = this.props; + + return ( +Cluster {cluster.name} has invalid kubeconfig {contextName} and cannot be displayed. + Please fix the { e.preventDefault(); shell.showItemInFolder(cluster.kubeConfigPath); }}>kubeconfig manually and restart Lens + or remove the cluster.
+Do you want to remove the cluster now?
+