-
Bug
-
Resolution: Done
-
Normal
-
CRW 2.4.0
-
devex docs #192 Oct 29-Nov 19
-
5
-
Undefined
-
---
-
---
IMPORTANT callout re: running only one workspace at a time link to the Install Guide but there's nothing in there about HOW to change the limit.
Suggestion:
To increase the number of concurrent workspaces a user can run, you can patch the checluster:
oc patch checluster codeready-workspaces -n $your-project-namespace --type=merge -p '{ "spec": { "server": { "customCheProperties": { "CHE_LIMITS_USER_WORKSPACES_RUN_COUNT": "-1" } } } }'
This note should also be added to section 5.1 of the Install Guide so that a working sample is provided, not just a list of properties.
- is related to
-
RHDEVDOCS-2169 EUG - [End User Guide] improvements to 3. Developer workspaces and 3.1. Configuring a workspace using a devfile
- Closed