-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to limit the number of workspaces per user #21860
Comments
We need to update the doc |
The doc was updated in this PR |
@tolusha sorry about that, we were looking at the wrong version of the doc |
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-3870 |
@ibuziuk : I was able to create 5 workspaces in DS 3.5.0.RC-03-10 having
|
@dmytro-ndp this is not the right field. Please refer to the doc |
@l0rd: thanks for the hint.
|
Describe the bug
configuration does not work
Che version
7.57@latest
Steps to reproduce
Follow the docs for Limiting the number of workspaces that a user can keep https://www.eclipse.org/che/docs/stable/administration-guide/limiting-the-number-of-workspaces-that-a-user-can-keep/
ERROR: the procedure does not work, user can create unlimited number of workspaces
Expected behavior
Introduce new CR property, since it is not expected to configure the limit of DevWorkspace using che-server extraProperties
devWorkspace:
totalLimitPerUser: '5'
runningLimit: '2'
In general, I believe we need to consider deprecation and removal of the DevWorksace field from the CR and have the workspace limits configured in DevEnvironments
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Amazon
Eclipse Che Logs
No response
Additional context
Outdated docs - https://www.eclipse.org/che/docs/stable/administration-guide/limiting-the-number-of-workspaces-that-a-user-can-keep/
In general, I believe we need to consider deprecation and removal of the DevWorksace field from the CR and have the workspace limits configured in DevEnvironments
Release Notes Text
Title: The maximum number of running workspace per user is configurable
A new
CheCluster
parameter allows administrators to specify the maximum number or running workspaces per user. It can be configured editing the valuespec.devEnvironments.maxNumberOfRunningWorkspacesPerUser
ofCheCluster
custom resource.The text was updated successfully, but these errors were encountered: