-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add resource and system requirements
- Loading branch information
籁鸣
committed
May 21, 2021
1 parent
68a7ecb
commit a4a57c1
Showing
1 changed file
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
## Resource and System Requirements | ||
|
||
### Resource Requirements | ||
We strongly recommend at least 2 CPUs and 4 GB RAM per worker node in production environment. | ||
Any less in development environment is ok but will leave little room for your workloads. | ||
|
||
### Tested Platforms: | ||
* CentOS 7.4+ (amd64 and arm64) | ||
* Ubuntu 18.04+ (amd64 and arm64) | ||
* Fedora 31 (amd64) | ||
* Debian 9.1 (amd64) | ||
|
||
Other platforms may work well but are not tested in our production environment. Supplements to the list are welcome. |