vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Application Explorer shows only active project
When I login to cluster, only one project/active project is shown, so when I create new project, the old one gets lost... I know I can change active project. There are several options to rework it:
- Show all projects, but add label "Active" to active project or something similar.
- Add section with no active projects.
This is very confusing for user when creates new project, but the old one is lost - is not shown in GUI, but is also not deleted in cluster.
We can use the same strategy as Clusters view, but in case of kubeadmin for example, the number of project usually does not fit into the screen height, the same can happen for real users in heavily used clusters.
The concept of active workspace or project comes form k8s and odo, so it should not be a surprise.