Configuring the number of workspaces that a user can create
This procedure describes how to configure the number of workspaces that a user can create. By creating multiple workspaces, users can have access to workspaces with different configurations simultaneously.
Prerequisites
-
You have installed an instance of
Che
by using the Operator. -
You have determined the value of the
<number-of-workspaces>
placeholder.If the value is
-1
, users can create an unlimited number of workspaces. If the value is a positive integer, users can create as many workspaces as the value of the integer. The default value is-1
.
Procedure
-
Configure the
CheCluster
Custom Resource. See Using the CLI to configure the CheCluster Custom Resource.spec: server: customCheProperties: CHE_LIMITS_USER_WORKSPACES_COUNT: "<number-of-workspaces>"