From a4a57c108b99b70347228f7f9db74f49b3de92fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=81=E9=B8=A3?= Date: Fri, 21 May 2021 10:14:33 +0800 Subject: [PATCH] add resource and system requirements --- docs/resource-and-system-requirements.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/resource-and-system-requirements.md diff --git a/docs/resource-and-system-requirements.md b/docs/resource-and-system-requirements.md new file mode 100644 index 00000000000..d1f86520c94 --- /dev/null +++ b/docs/resource-and-system-requirements.md @@ -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.