vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

Application Explorer shows only active project

Open jkopriva opened this issue 4 years ago • 2 comments

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:

  1. Show all projects, but add label "Active" to active project or something similar.
  2. 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.

jkopriva avatar Nov 05 '20 08:11 jkopriva

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.

dgolovin avatar Nov 05 '20 08:11 dgolovin

The concept of active workspace or project comes form k8s and odo, so it should not be a surprise.

dgolovin avatar Nov 05 '20 08:11 dgolovin