The dashboard 'Not allowed to start more workspace' message could be confusing if workspace creation step is completed #21672
Labels
area/dashboard
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe
Currently, when the user tries to start a new workspace when the user already has the maximum allowable number of concurrent running workspaces (set by admin by setting
spec.components.devWorkspace.runningLimit
in the Che CR), the user will see this message from the dashboard:Describe the solution you'd like
This message might be a bit confusing because we can see in the UI that step 2
Creating a workspace
has been completed. Workspace creation might imply that the workspace/editor exists and is accessible, when it is not (since the workspace has not started).A possible solution is to make it clear that workspace creation and workspace startup are separate actions from the error message.
For example, instead of
You are not allowed to start more workspaces
, it could beThe workspace was created, but it cannot be started because you have reached the maximum running workspaces limit
.It is important to note that this new message would only make sense when the user starts a new workspace, not an existing one.
Describe alternatives you've considered
A different solution could be to not create the workspace at all if the running workspaces limit is reached.
Additional context
Would be great if the error message also displayed what the maximum workspace running limit is: #21669
The text was updated successfully, but these errors were encountered: