From 23e014f47e76e6a746f43e854a6f8d0820cffd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 16 Jan 2025 13:17:44 +0100 Subject: [PATCH 1/2] tiup-component-cluster-check: Update --- tiup/tiup-component-cluster-check.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index 301bbf47d16ec..d6807a5dd3d3b 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -10,7 +10,7 @@ For a formal production environment, before the environment goes live, you need ### Operating system version -Check the operating system distribution and version of the deployed machines. Currently, only CentOS 7 is supported for deployment. More system versions may be supported in later releases for compatibility improvement. +Check the operating system distribution and version of the deployed machines. See [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements) for a list of supported versions. ### CPU EPOLLEXCLUSIVE @@ -18,7 +18,7 @@ Check whether the CPU of the target machine supports EPOLLEXCLUSIVE. ### numactl -Check whether numactl is installed on the target machine. If tied cores are configured on the target machine, you must install numactl. +Check whether `numactl` is installed on the target machine. If tied cores are configured on the target machine, you must install `numactl`. ### System time @@ -65,7 +65,7 @@ Check the limit values in the `/etc/security/limits.conf` file: ### SELinux -Check whether SELinux is enabled. It is recommended to disable SELinux. +Check whether SELinux is enabled. It is required to disable SELinux. ### Firewall From 5640a212c1c01ee06937bd0f754af488db3065f2 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 17 Jan 2025 22:02:51 +0800 Subject: [PATCH 2/2] minor style updates --- tiup/tiup-component-cluster-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index d6807a5dd3d3b..328bc0abc7645 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -10,7 +10,7 @@ For a formal production environment, before the environment goes live, you need ### Operating system version -Check the operating system distribution and version of the deployed machines. See [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements) for a list of supported versions. +Check the operating system distribution and version of the deployed machines. For a list of supported versions, see [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements). ### CPU EPOLLEXCLUSIVE