As an admin, I would like to restrict the total number of 'Running' workspaces on a cluster #23081
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/dashboard
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
good first issue
Community, this issue looks easy to start with for a new contributor. Just take it. We'll help you!
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
sprint/next
Is your task related to a problem? Please describe
As an admin, I would like to restrict the total number of 'Running' workspaces on a cluster using CR property e.g.
N.B. We already have
maxNumberOfWorkspacesPerUser
, but this issue is about limiting the overall number of the DW objects with the "Running" state on the cluster.from the Dashboard UX perspective when the threshold is hit and yet another workspace is about to start the error message should be shown:
"Max number of workspaces running on the cluster: N"
Describe the solution you'd like
N/A
Describe alternatives you've considered
Additional context
N/A
The text was updated successfully, but these errors were encountered: