-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Move installation instructions to user docs
The resource section was added to the user documentation. The installation part of the README was moved to the user docs.
- Loading branch information
1 parent
57e17ed
commit d9d0184
Showing
2 changed files
with
13 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,18 @@ in the future. | |
|
||
We are constantly working on expanding our documentation. This installation method is currently not documented. If it is relevant, please feel free to contact us at [email protected]. | ||
|
||
## Step 2: Validate the available resources | ||
|
||
The minimum required resources are 3 | ||
[Kubernetes CPU cores](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu) | ||
and around 2,5GiB of memory for the management platform. Depending on the load, | ||
the instance can scale up and is limited to 10 Kubernetes CPU cores cores and | ||
~8GiB of memory. | ||
|
||
Each session requires a minimum of 0.4 Kubernetes CPU cores and 1.6Gi of | ||
memory. A session can scale up until it reaches 2 Kubernetes CPU cores and 6Gi | ||
of memory. | ||
|
||
## Step 2: Set up the required namespaces (optional) | ||
|
||
The Collaboration Manager requires two different namespaces. For security and | ||
|